Home
last modified time | relevance | path

Searched refs:CVAR (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dawkgram.y365 | 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); }
Dawk.h157 #define CVAR 2 macro
Drun.c485 z->csub = CVAR; in array()