itonp
else $$ = op3(GETLINE, $4, itonp($2), $1); }
else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); }
else $$ = stat3($1, $2, itonp($3), $4); }
else $$ = stat3($1, $2, itonp($3), $4); }
else $$ = stat3($1, $2, itonp($3), $4); }
| BLTIN '(' ')' { $$ = op2(BLTIN, itonp($1), rectonode()); }
| BLTIN '(' patlist ')' { $$ = op2(BLTIN, itonp($1), $3); }
| BLTIN { $$ = op2(BLTIN, itonp($1), rectonode()); }
| GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
| GETLINE LT term { $$ = op3(GETLINE, NIL, itonp($2), $3); }
| ARG { $$ = op1(ARG, itonp($1)); }
return (unary(op2(CHAR, NIL, itonp(HAT))));
np = op2(CHAR, NIL, itonp(rlxval));
x = node4(PASTAT2, a, b, c, itonp(paircnt));
extern Node *itonp(int);