Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c826 #define VSTYPE 0x0f /* type of variable substitution */ macro
1221 switch (subtype & VSTYPE) { in sharg()
4835 static const char vstype[VSTYPE + 1][3] ALIGN1 = { in cmdputs()
4860 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
4904 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()
4906 str = vstype[subtype & VSTYPE]; in cmdputs()
7039 int subtype = varflags & VSTYPE; in subevalvar()
7440 int subtype = varflags & VSTYPE; in varvalue()
7586 subtype = varflags & VSTYPE; in evalvar()