Searched refs:VSNORMAL (Results 1 – 7 of 7) sorted by relevance
55 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro
63 const char dolatstr[] = { CTLQUOTEMARK, CTLVAR, VSNORMAL, '@', '=',
187 case VSNORMAL: in sharg()
1213 subtype = VSNORMAL; in readtoken1()1269 subtype |= p - types + VSNORMAL; in readtoken1()1290 if (subtype != VSNORMAL) { in readtoken1()
781 if (subtype == VSNORMAL) { in evalvar()821 if (subtype != VSNORMAL) { /* skip to end of alternative */ in evalvar()830 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()
162 VSNORMAL $var173 sign. If the type is not VSNORMAL, then the text field in the
1436 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()
Completed in 11 milliseconds