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

  /src/bin/sh/
parser.h 64 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */
parser.c 431 CTLVAR, VSNORMAL|VSQUOTE, '@', '=', '\0'
2239 USTPUTC(VSNORMAL, out);
2240 subtype = VSNORMAL;
2318 } while (subtype != VSNORMAL && is_digit(c));
2361 subtype = p - types + VSNORMAL;
2390 if (subtype != VSNORMAL) {
expand.c 942 case VSNORMAL:
1037 case VSNORMAL:
1127 if (subtype != VSNORMAL) { /* skip to end of alternative */
1138 if ((*p++ & VSTYPE) != VSNORMAL)
show.c 676 case VSNORMAL:

Completed in 17 milliseconds