Searched refs:VSNORMAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dparser.h56 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro
H A Dparser.c479 CTLVAR, VSNORMAL|VSQUOTE, '@', '=', '\0'
1635 USTPUTC(VSNORMAL, out);
1636 subtype = VSNORMAL;
1719 subtype = p - types + VSNORMAL;
1745 if (subtype != VSNORMAL) {
H A Dexpand.c706 case VSNORMAL:
763 case VSNORMAL:
833 if (subtype != VSNORMAL) { /* skip to end of alternative */
842 if ((*p++ & VSTYPE) != VSNORMAL)
H A Dshow.c204 case VSNORMAL:
H A Djobs.c1360 *q = "}-+?=##%%\0X"[(subtype & VSTYPE) - VSNORMAL];

Completed in 57 milliseconds