Searched refs:VSTYPE (Results 1 – 4 of 4) sorted by relevance
52 #define VSTYPE 0x0f /* type of variable substitution */ macro
195 switch (subtype & VSTYPE) { in sharg()
1414 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()1456 str = vstype[subtype & VSTYPE]; in cmdputs()
621 subtype = varflags & VSTYPE; in evalvar()764 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()