Lines Matching defs:p
46 * p="string" set prompt to string
361 "p",
443 * "-o p=foo" to match documentation.
1706 case 'p':
2359 *dp++ = 'p';
2783 freemem(struct filenames *p, int numb)
2789 for (i = 0; i < numb; i++, p++) {
2790 for (j = 0; j <= p->len; j++)
2791 free(p->fname[j]);
2792 free((char *)p->fname);
2797 * print_path - print the pathname held in p.
2800 print_path(char *p[], int pntr)
2807 printf("%s/", p[i]);
2808 printf("%s", p[pntr]);
3616 char c, *cptr, *p;
3943 p = " ugtrwxrwxrwx";
3980 for (mode = mode << 4; *++p; mode = mode << 1) {
3982 printf("%c", *p);
4238 p = (char *)&temp;
4241 printf("%02x", (int)(*p++ & 0377L));