bin/sh/expand.c
404
strtodest(home, flag, VSNORMAL, 1, NULL);
bin/sh/expand.c
450
reprocess(expdest - adj - stackblock(), flag, VSNORMAL, quoted,
bin/sh/expand.c
703
case VSNORMAL:
bin/sh/expand.c
756
strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
759
case VSNORMAL:
bin/sh/expand.c
784
reprocess(startloc, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
818
if ((*p++ & VSTYPE) != VSNORMAL)
bin/sh/jobs.c
1535
*q = "}-+?=##%%\0X"[(subtype & VSTYPE) - VSNORMAL];
bin/sh/parser.c
1645
USTPUTC(VSNORMAL, out);
bin/sh/parser.c
1646
subtype = VSNORMAL;
bin/sh/parser.c
1676
if (subtype != VSNORMAL) {
bin/sh/parser.c
1732
subtype = p - types + VSNORMAL;
bin/sh/parser.c
1758
if (subtype != VSNORMAL) {
bin/sh/parser.c
498
CTLVAR, VSNORMAL|VSQUOTE, '@', '=', '\0'
bin/sh/show.c
206
case VSNORMAL: