HomeSort by relevance Sort by last modified time
    Searched refs:VSTYPE (Results 1 - 4 of 4) sorted by null

  /system/core/sh/
parser.h 52 #define VSTYPE 0x0f /* type of variable substitution */
56 /* values of VSTYPE field */
show.c 195 switch (subtype & VSTYPE) {
expand.c 621 subtype = varflags & VSTYPE;
764 if ((*p++ & VSTYPE) != VSNORMAL)
jobs.c 1401 static char vstype[16][4] = { "", "}", "-", "+", "?", "=", local
1414 if ((subtype & VSTYPE) == VSLENGTH)
1456 str = vstype[subtype & VSTYPE];

Completed in 62 milliseconds