Lines Matching refs:subp
1018 char *subp;
1066 strndupx(subp, s, p - s - 3, ATEMP);
1067 debunk(subp, subp, p - s - 3 + 1);
1075 if (!strcmp(subp, cls->name)) {
1085 afree(subp, ATEMP);
1090 if (ctype(subp[0], C_ASCII) && !subp[1])
1092 c = subp[0];
1097 afree(subp, ATEMP);
1158 strndupx(subp, s, p - s - 3, ATEMP);
1159 debunk(subp, subp, p - s - 3 + 1);
1175 if (ctype(subp[0], C_ASCII) && !subp[1])
1177 c = subp[0];
1182 afree(subp, ATEMP);