Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawkgram.y373 | 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 Dawk.h193 #define CVAR 2 macro
H A Drun.c528 z->csub = CVAR; in array()
/freebsd/bin/sh/
H A Dparser.c1513 case CVAR: /* '$' */ in readtoken1()