Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.h57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro
Dparser.c380 static char argvars[5] = {CTLVAR, VSNORMAL|VSQUOTE, in command()
1280 USTPUTC(VSNORMAL, out); in readtoken1()
1281 subtype = VSNORMAL; in readtoken1()
1323 subtype = p - types + VSNORMAL; in readtoken1()
1345 if (subtype != VSNORMAL) { in readtoken1()
Dexpand.c644 case VSNORMAL: in evalvar()
690 case VSNORMAL: in evalvar()
755 if (subtype != VSNORMAL) { /* skip to end of alternative */ in evalvar()
764 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()
Dshow.c196 case VSNORMAL: in sharg()
DTOUR173 VSNORMAL $var
186 VSNORMAL, then the text field in the substitution follows, ter-