Lines Matching defs:p
105 char *p, *q;
137 if ((p = getenv("TYPESETTER")) != 0)
138 strcpy(devname, p);
354 char *p;
357 p = tmp_name;
359 p = &p[9];
360 if ((ibf = mkstemp(p)) == -1) {
364 unlkp = p;
664 struct s *p;
666 for (p = frame; p != stk; p = p->pframe)
905 case 'p': /* spread */
1178 char *p;
1184 p = mfiles[nmfi++];
1185 if (*p != 0)
1202 p = (argp++)[0];
1205 if (p[0] == '-' && p[1] == 0) {
1208 } else if ((ifile = open(p, 0)) < 0) {
1209 errprint(gettext("cannot open file %s"), p);
1213 strcpy(cfname[ifi],p);
1224 char *p, *q;
1231 p = xbuf;
1236 *q++ = *p++;
1348 char *p, *q;
1369 p = ibuf;
1373 while (p < eibuf)
1374 *q++ = *p++;