HomeSort by relevance Sort by last modified time
    Searched refs:CVAR (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
syntax.h 45 #define CVAR 6 /* a dollar sign */
parser.c 1070 case CVAR: /* '$' */
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 365 | 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); }
awk.h 157 #define CVAR 2
run.c 485 z->csub = CVAR;
    [all...]

Completed in 164 milliseconds