HomeSort by: relevance | last modified time | path
    Searched refs:VSTYPE (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
parser.h 56 #define VSTYPE 0x0f /* type of variable substitution */
63 /* values of VSTYPE field (nb: 0 reserved for "not determined yet") */
jobs.c 2050 static char vstype[16][4] = { "", "}", "-", "+", "?", "=", local
2067 if ((subtype & VSTYPE) == VSLENGTH)
2073 } else if ((subtype & VSTYPE) == VSLENGTH)
2120 str = vstype[subtype & VSTYPE];
show.c 664 if ((subtype & VSTYPE) == VSLENGTH)
675 switch (subtype & VSTYPE) {
expand.c 904 subtype = varflags & VSTYPE;
1138 if ((*p++ & VSTYPE) != VSNORMAL)

Completed in 21 milliseconds