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

/system/core/sh/
H A Dshow.c170 int subtype; local
185 subtype = *++p;
186 if (subtype == VSLENGTH)
192 if (subtype & VSNUL)
195 switch (subtype & VSTYPE) {
228 printf("<subtype %d>", subtype);
H A Dexpand.c483 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags) argument
502 switch (subtype) {
607 int subtype; local
621 subtype = varflags & VSTYPE;
643 switch (subtype) {
655 if (set && subtype != VSPLUS) {
658 varvalue(var, varflags & VSQUOTE, subtype, flag);
659 if (subtype == VSLENGTH) {
667 if (subtype == VSLENGTH) {
685 switch (subtype) {
823 varvalue(char *name, int quoted, int subtype, int flag) argument
[all...]
H A Djobs.c1399 int subtype = 0; local
1413 subtype = *p++;
1414 if ((subtype & VSTYPE) == VSLENGTH)
1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
1431 subtype = 0;
1454 if (subtype == 0)
1456 str = vstype[subtype & VSTYPE];
1457 if (subtype & VSNUL)
H A Dparser.c1260 int subtype; local
1281 subtype = VSNORMAL;
1288 subtype = VSLENGTH;
1291 subtype = 0;
1313 if (subtype == 0) {
1323 subtype = p - types + VSNORMAL;
1329 subtype = c == '#' ? VSTRIMLEFT :
1333 subtype++;
1344 *(stackblock() + typeloc) = subtype | flags;
1345 if (subtype !
[all...]

Completed in 522 milliseconds