Searched refs:CVAR (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | awkgram.y | 365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); } 366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); } 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); }
|
D | awk.h | 157 #define CVAR 2 macro
|
D | run.c | 485 z->csub = CVAR; in array()
|