Lines Matching defs:p
79 char *p;81 p = str;82 while (*p++)84 --p;87 while (p > str)88 putbak(*--p);169 char *p;171 p = s;182 *p++ = '\\';183 *p++ = c;191 *p = '\0';