Searched refs:subtype (Results 1 – 5 of 5) sorted by relevance
653 argstr(p, EXP_TILDE | (subtype != VSASSIGN && subtype != VSQUESTION ? in subevalvar()660 switch (subtype) { in subevalvar()672 subtype -= VSTRIMRIGHT; in subevalvar()674 if (subtype < 0 || subtype > 3) in subevalvar()692 zero = subtype >> 1; in subevalvar()717 int subtype; in evalvar() local730 if (!subtype) in evalvar()744 if (subtype == VSPLUS) { in evalvar()758 if (subtype == VSASSIGN || subtype == VSQUESTION) { in evalvar()790 switch (subtype) { in evalvar()[all …]
161 int subtype; in sharg() local176 subtype = *++p; in sharg()177 if (subtype == VSLENGTH) in sharg()183 if (subtype & VSNUL) in sharg()186 switch (subtype & VSTYPE) { in sharg()219 printf("<subtype %d>", subtype); in sharg()
1189 int subtype; in readtoken1() local1213 subtype = VSNORMAL; in readtoken1()1216 subtype = 0; in readtoken1()1235 subtype = VSLENGTH; in readtoken1()1244 subtype = 0; in readtoken1()1251 if (subtype == VSLENGTH) in readtoken1()1252 subtype = 0; in readtoken1()1259 if (subtype == 0) { in readtoken1()1262 subtype = VSNUL; in readtoken1()1279 subtype++; in readtoken1()[all …]
1393 int subtype = 0; in cmdputs() local1409 subtype = *p++; in cmdputs()1410 if ((subtype & VSTYPE) == VSLENGTH) in cmdputs()1418 subtype = 0; in cmdputs()1434 if (subtype == 0) in cmdputs()1436 if ((subtype & VSTYPE) != VSNORMAL) in cmdputs()1438 str = vstype[subtype & VSTYPE]; in cmdputs()1439 if (subtype & VSNUL) in cmdputs()
6669 for the DdbHandle subtype, addition of a reference class field to
Completed in 26 milliseconds