Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.h52 #define VSTYPE 0x0f /* type of variable substitution */ macro
Dshow.c195 switch (subtype & VSTYPE) { in sharg()
Djobs.c1414 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
1456 str = vstype[subtype & VSTYPE]; in cmdputs()
Dexpand.c621 subtype = varflags & VSTYPE; in evalvar()
764 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()