bin/sh/expand.c
398
strtodest(home, flag, VSNORMAL, 1, NULL);
bin/sh/expand.c
444
reprocess(expdest - adj - stackblock(), flag, VSNORMAL, quoted,
bin/sh/expand.c
697
case VSNORMAL:
bin/sh/expand.c
750
strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
753
case VSNORMAL:
bin/sh/expand.c
778
reprocess(startloc, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
812
if ((*p++ & VSTYPE) != VSNORMAL)
bin/sh/jobs.c
1531
*q = "}-+?=##%%\0X"[(subtype & VSTYPE) - VSNORMAL];
bin/sh/parser.c
1641
USTPUTC(VSNORMAL, out);
bin/sh/parser.c
1642
subtype = VSNORMAL;
bin/sh/parser.c
1672
if (subtype != VSNORMAL) {
bin/sh/parser.c
1728
subtype = p - types + VSNORMAL;
bin/sh/parser.c
1754
if (subtype != VSNORMAL) {
bin/sh/parser.c
495
CTLVAR, VSNORMAL|VSQUOTE, '@', '=', '\0'
bin/sh/show.c
198
case VSNORMAL: