Searched refs:VSNORMAL (Results 1 – 5 of 5) sorted by relevance
57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro
380 static char argvars[5] = {CTLVAR, VSNORMAL|VSQUOTE, in command()1280 USTPUTC(VSNORMAL, out); in readtoken1()1281 subtype = VSNORMAL; in readtoken1()1323 subtype = p - types + VSNORMAL; in readtoken1()1345 if (subtype != VSNORMAL) { in readtoken1()
644 case VSNORMAL: in evalvar()690 case VSNORMAL: in evalvar()755 if (subtype != VSNORMAL) { /* skip to end of alternative */ in evalvar()764 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()
196 case VSNORMAL: in sharg()
173 VSNORMAL $var186 VSNORMAL, then the text field in the substitution follows, ter-