Searched refs:CVAR (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 373 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); } 374 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); } 451 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); } 457 | VAR { arglist = $$ = celltonode($1,CVAR); } 460 arglist = $$ = linkum($1,celltonode($3,CVAR)); } 464 VAR { $$ = celltonode($1, CVAR); }
|
H A D | awk.h | 193 #define CVAR 2 macro
|
H A D | run.c | 529 z->csub = CVAR; in array()
|
/freebsd/bin/sh/ |
H A D | parser.c | 1513 case CVAR: /* '$' */ in readtoken1()
|