Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1193 unsigned char subtype; in sharg() local
1209 subtype = *++p; in sharg()
1210 if (subtype == VSLENGTH) in sharg()
1218 if (subtype & VSNUL) in sharg()
1221 switch (subtype & VSTYPE) { in sharg()
1254 out1fmt("<subtype %d>", subtype); in sharg()
4846 unsigned char subtype = 0; in cmdputs() local
4859 subtype = *p++; in cmdputs()
4860 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
4869 subtype = 0; in cmdputs()
[all …]