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

/freebsd-9.3-release/bin/sh/
H A Dparser.h49 #define VSTYPE 0x0f /* type of variable substitution */ macro
55 /* values of VSTYPE field */
H A Djobs.c1357 if ((subtype & VSTYPE) == VSLENGTH && --cmdnleft > 0)
1360 *q = "}-+?=##%%\0X"[(subtype & VSTYPE) - VSNORMAL];
1365 if (((subtype & VSTYPE) == VSTRIMLEFTMAX ||
1366 (subtype & VSTYPE) == VSTRIMRIGHTMAX) &&
H A Dshow.c203 switch (subtype & VSTYPE) {
H A Dexpand.c678 subtype = varflags & VSTYPE;
842 if ((*p++ & VSTYPE) != VSNORMAL)

Completed in 59 milliseconds