Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dparser.h55 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */ macro
A Dmystring.c63 const char dolatstr[] = { CTLQUOTEMARK, CTLVAR, VSNORMAL, '@', '=',
A Dshow.c187 case VSNORMAL: in sharg()
A Dparser.c1213 subtype = VSNORMAL; in readtoken1()
1269 subtype |= p - types + VSNORMAL; in readtoken1()
1290 if (subtype != VSNORMAL) { in readtoken1()
A Dexpand.c781 if (subtype == VSNORMAL) { in evalvar()
821 if (subtype != VSNORMAL) { /* skip to end of alternative */ in evalvar()
830 if ((*p++ & VSTYPE) != VSNORMAL) in evalvar()
A DTOUR162 VSNORMAL $var
173 sign. If the type is not VSNORMAL, then the text field in the
A Djobs.c1436 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()

Completed in 11 milliseconds