Home | History | Annotate | Download | only in src

Lines Matching defs:subp

966 	char *subp;
1014 strndupx(subp, s, p - s - 3, ATEMP);
1015 debunk(subp, subp, p - s - 3 + 1);
1023 if (!strcmp(subp, cls->name)) {
1033 afree(subp, ATEMP);
1038 if (ctype(subp[0], C_ASCII) && !subp[1])
1040 c = subp[0];
1045 afree(subp, ATEMP);
1106 strndupx(subp, s, p - s - 3, ATEMP);
1107 debunk(subp, subp, p - s - 3 + 1);
1123 if (ctype(subp[0], C_ASCII) && !subp[1])
1125 c = subp[0];
1130 afree(subp, ATEMP);