Searched refs:CVAR (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | awk.g.y | 398 | 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 D | awk.h | 224 #define CVAR 2 macro
|
| H A D | run.c | 549 z->csub = CVAR; in array()
|
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | awk.g.y | 155 | VAR { $$ = valtonode($1, CVAR); }
|
| H A D | awk.def | 117 #define CVAR 2
|
| H A D | run.c | 203 y->csub = CVAR; in arrayel()
|