Lines Matching refs:subtype
1617 int subtype; in readtoken1() local
1642 subtype = VSNORMAL; in readtoken1()
1646 subtype = 0; in readtoken1()
1672 if (subtype != VSNORMAL) { in readtoken1()
1684 if (subtype == 0 && c1 == '#') { in readtoken1()
1685 subtype = VSLENGTH; in readtoken1()
1699 subtype = 0; in readtoken1()
1703 subtype = VSERROR; in readtoken1()
1711 if (subtype == 0) { in readtoken1()
1726 subtype = VSERROR; in readtoken1()
1728 subtype = p - types + VSNORMAL; in readtoken1()
1734 subtype = c == '#' ? VSTRIMLEFT : in readtoken1()
1738 subtype++; in readtoken1()
1744 } else if (subtype != VSERROR) { in readtoken1()
1745 if (subtype == VSLENGTH && c != '}') in readtoken1()
1746 subtype = VSERROR; in readtoken1()
1753 *(stackblock() + typeloc) = subtype | flags; in readtoken1()
1754 if (subtype != VSNORMAL) { in readtoken1()
1768 if (subtype == VSMINUS || subtype == VSPLUS || in readtoken1()
1769 subtype == VSQUESTION || subtype == VSASSIGN) { in readtoken1()