Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y398 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
399 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
455 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
461 | VAR { arglist = $$ = celltonode($1,CVAR); }
464 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
468 VAR { $$ = celltonode($1, CVAR); }
H A Dawk.h224 #define CVAR 2 macro
H A Drun.c549 z->csub = CVAR; in array()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y155 | VAR { $$ = valtonode($1, CVAR); }
H A Dawk.def117 #define CVAR 2
H A Drun.c203 y->csub = CVAR; in arrayel()