Home | History | Annotate | Download | only in bitmap

Lines Matching refs:pp

154                *pp;
165 pp = s;
167 for (pp = s; *pp; pp++)
168 if (*pp == ' ' || *pp == '\t' || *pp == '\015' || *pp == '\n') {
169 *pp = 0;
176 pp = p = malloc((unsigned) strlen(s) + 1);
177 if (pp == NULL) {
186 atom = bdfForceMakeAtom(pp, NULL);
187 free(pp);
195 free (pp);