Lines Matching refs:subtype
1620 int subtype; in readtoken1() local
1645 subtype = VSNORMAL; in readtoken1()
1649 subtype = 0; in readtoken1()
1675 if (subtype != VSNORMAL) { in readtoken1()
1687 if (subtype == 0 && c1 == '#') { in readtoken1()
1688 subtype = VSLENGTH; in readtoken1()
1702 subtype = 0; in readtoken1()
1706 subtype = VSERROR; in readtoken1()
1714 if (subtype == 0) { in readtoken1()
1729 subtype = VSERROR; in readtoken1()
1731 subtype = p - types + VSNORMAL; in readtoken1()
1737 subtype = c == '#' ? VSTRIMLEFT : in readtoken1()
1741 subtype++; in readtoken1()
1747 } else if (subtype != VSERROR) { in readtoken1()
1748 if (subtype == VSLENGTH && c != '}') in readtoken1()
1749 subtype = VSERROR; in readtoken1()
1756 *(stackblock() + typeloc) = subtype | flags; in readtoken1()
1757 if (subtype != VSNORMAL) { in readtoken1()
1771 if (subtype == VSMINUS || subtype == VSPLUS || in readtoken1()
1772 subtype == VSQUESTION || subtype == VSASSIGN) { in readtoken1()