Searched refs:VSQUOTE (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Dparser.h54 #define VSQUOTE 0x80 /* inside double quotes--suppress splitting */ macro
H A Dexpand.c526 if (patmatch(str, startp, varflags & VSQUOTE))
529 if ((varflags & VSQUOTE) && *loc == CTLESC)
538 if (patmatch(str, startp, varflags & VSQUOTE))
542 if ((varflags & VSQUOTE) && loc > startp &&
555 if (patmatch(str, loc, varflags & VSQUOTE))
558 if ((varflags & VSQUOTE) && loc > startp &&
571 if (patmatch(str, loc, varflags & VSQUOTE))
573 if ((varflags & VSQUOTE) && *loc == CTLESC)
658 varvalue(var, varflags & VSQUOTE, subtype, flag);
664 char const *syntax = (varflags & VSQUOTE)
[all...]
H A Dparser.c380 static char argvars[5] = {CTLVAR, VSNORMAL|VSQUOTE,
1343 flags |= VSQUOTE;
H A Djobs.c1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) {

Completed in 517 milliseconds