Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dparser.h55 #define VSTYPE 0x0f /* type of variable substitution */ macro
H A Dshow.c196 switch (subtype & VSTYPE) { in sharg()
H A Djobs.c1292 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
1334 str = vstype[subtype & VSTYPE]; in cmdputs()
H A Dexpand.c643 subtype = varflags & VSTYPE; in evalvar()
786 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()
/dports/shells/dash/dash-0.5.11.5/src/
H A Dparser.h51 #define VSTYPE 0x0f /* type of variable substitution */ macro
H A Djobs.c1419 static const char vstype[VSTYPE + 1][4] = { in cmdputs()
1434 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
1461 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()
1463 str = vstype[subtype & VSTYPE]; in cmdputs()
H A Dshow.c185 switch (subtype & VSTYPE) { in sharg()
H A Dexpand.c614 int subtype = varflags & VSTYPE; in subevalvar()
705 subtype = varflags & VSTYPE; in evalvar()
852 int subtype = varflags & VSTYPE; in varvalue()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c650 #define VSTYPE 0x0f /* type of variable substitution */ macro
1027 switch (subtype & VSTYPE) { in sharg()
4461 static const char vstype[VSTYPE + 1][3] = { in cmdputs()
4485 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()
4513 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()
4515 str = vstype[subtype & VSTYPE]; in cmdputs()
6787 int subtype = varflags & VSTYPE; in varvalue()
6937 subtype = varflags & VSTYPE; in evalvar()
7049 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()