Home | History | Annotate | Download | only in bitmap

Lines Matching refs:pp

153                *pp;
164 pp = s;
166 for (pp = s; *pp; pp++)
167 if (*pp == ' ' || *pp == '\t' || *pp == '\015' || *pp == '\n') {
168 *pp = 0;
175 pp = p = malloc((unsigned) strlen(s) + 1);
176 if (pp == NULL) {
185 atom = bdfForceMakeAtom(pp, NULL);
186 free(pp);
194 free (pp);