HomeSort by relevance Sort by last modified time
    Searched refs:itonp (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 243 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($2), $3);
    [all...]
parse.c 210 x = node4(PASTAT2, a, b, c, itonp(paircnt));
273 Node *itonp(int i) /* and vice versa */ function
proto.h 97 extern Node *itonp(int);
b.c 634 np = op2(CHAR, NIL, itonp(rlxval));
656 return (unary(op2(CHAR, NIL, itonp(HAT))));

Completed in 221 milliseconds