Searched refs:VSNORMAL (Results 1 – 1 of 1) sorted by relevance
830 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro849 CTLQUOTEMARK, CTLVAR, VSNORMAL, '@', '=', CTLQUOTEMARK, '\0'1222 case VSNORMAL: in sharg()4904 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()7618 subtype = VSNORMAL; in evalvar()7633 if (subtype == VSNORMAL) in evalvar()12799 subtype = VSNORMAL; in readtoken1()12872 subtype |= p - types + VSNORMAL; in readtoken1()12912 && subtype != VSNORMAL in readtoken1()12923 if (subtype != VSNORMAL) { in readtoken1()