Lines Matching defs:subtype
2048 int subtype = 0;
2065 subtype = *p++;
2066 if (subtype & VSLINENO) { /* undo LINENO hack */
2067 if ((subtype & VSTYPE) == VSLENGTH)
2073 } else if ((subtype & VSTYPE) == VSLENGTH)
2077 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
2089 subtype = 0;
2118 if (subtype == 0)
2120 str = vstype[subtype & VSTYPE];
2121 if (subtype & VSNUL)
2129 subtype = 0;