Lines Matching defs:p
136 char *p;140 for (p = line; *p; p++) {141 if (*p == '\n') {142 *p = 0;143 sv[n++] = p+1;180 char *p;183 p = b;211 return (p);217 char *init, *name, *jr, *p, *bcop;231 p = name;232 while (p < jr)233 *b++ = *p++;