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

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

Completed in 171 milliseconds