Searched refs:itonp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/one-true-awk/
H A Dawkgram.y243 else $$ = op3(GETLINE, $4, itonp($2), $1); }
246 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); }
297 else $$ = stat3($1, $2, itonp($3), $4); }
300 else $$ = stat3($1, $2, itonp($3), $4); }
303 else $$ = stat3($1, $2, itonp($3), $4); }
362 | BLTIN '(' ')' { $$ = op2(BLTIN, itonp($1), rectonode()); }
363 | BLTIN '(' patlist ')' { $$ = op2(BLTIN, itonp($1), $3); }
364 | BLTIN { $$ = op2(BLTIN, itonp($1), rectonode()); }
372 | GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
373 | GETLINE LT term { $$ = op3(GETLINE, NIL, itonp(
[all...]
H A Dparse.c210 x = node4(PASTAT2, a, b, c, itonp(paircnt));
273 Node *itonp(int i) /* and vice versa */ function
H A Dproto.h94 extern Node *itonp(int);
H A Db.c652 np = op2(CHAR, NIL, itonp(rlxval));
674 return (unary(op2(CHAR, NIL, itonp(HAT))));

Completed in 68 milliseconds