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

/freebsd-10.0-release/contrib/one-true-awk/
H A Dawkgram.y365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
389 | NUMBER { $$ = celltonode($1, CCON); }
397 | STRING { $$ = celltonode($1, CCON); }
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
435 VAR { $$ = celltonode($1, CVAR); }
H A Dparse.c168 Node *celltonode(Cell *a, int b) function
182 return op1(INDIRECT, celltonode(literal0, CUNK));
H A Dproto.h84 extern Node *celltonode(Cell *, int);
H A Dtran.c75 nullnode = celltonode(nullloc, CCON);

Completed in 77 milliseconds