Home | History | Annotate | Download | only in sh

Lines Matching defs:subtype

635 	int subtype = 0;
659 subtype = *++p;
660 if (!quoted != !(subtype & VSQUOTE))
664 if ((subtype & VSTYPE) == VSLENGTH)
666 if (subtype & VSLINENO)
672 if (subtype & VSNUL)
675 switch (subtype & VSTYPE) {
679 if (!quoted != !(subtype & VSQUOTE))
712 "<subtype %d>", subtype);
721 if (!quoted != !(subtype & VSQUOTE))
723 subtype = 0;
744 if (subtype != 0 || !quoted) {