Home | History | Annotate | Download | only in dist

Lines Matching refs:pp

151     register char *p, *pp;
163 for (pp = s; *pp; pp++)
164 if (*pp == ' ' || *pp == '\t' || *pp == '\015' || *pp == '\n') {
165 *pp = 0;
172 pp = p = malloc(strlen(s) + 1);
173 if (pp == NULL) {
182 atom = bdfForceMakeAtom(pp, NULL);
183 free(pp);
192 free(pp);