Lines Matching refs:resp

47 	char	*resp;  in printmail()  local
242 resp = readbuf; in printmail()
243 while (*resp == ' ' || *resp == '\t') resp++; in printmail()
245 Dout(pn, 0, "resp = '%s'\n", resp); in printmail()
246 if ((rc = atoi(resp)) != 0) { in printmail()
249 } else switch (resp[0]) { in printmail()
277 if (resp[2] != 'd' && in printmail()
278 resp[2] != 'a' && in printmail()
279 (rc = getnumbr(resp+1)) > 0) { in printmail()
283 if (rc == -1 && resp[2] != 'a' && in printmail()
284 resp[2] != 'd') in printmail()
286 if (resp[2] == 'a') rc = 1; in printmail()
287 else if (resp[2] == 'd') rc = 2; in printmail()
331 if (resp[1] == '\n' || resp[1] == '\0') { in printmail()
332 cat(resp+1, hmbox, ""); in printmail()
333 } else if (resp[1] != ' ') { in printmail()
339 if (getarg(lfil, resp + 1) == NULL) { in printmail()
340 cat(resp + 1, hmbox, ""); in printmail()
343 p = resp + 1; in printmail()
364 copylet(showlet, malf, resp[0] == in printmail()
378 setletr(showlet, resp[0]); in printmail()
390 for (k = 1; resp[k] == ' ' || resp[k] == '\t'; in printmail()
392 resp[strlen(resp)-1] = '\0'; in printmail()
393 (void) strlcpy(m_sendto, resp+k, in printmail()
397 setletr(showlet, resp[0]); in printmail()
404 if ((k = getnumbr(resp+1)) <= 0) k = showlet; in printmail()
420 if (substr(resp, " -") != -1 || in printmail()
421 substr(resp, "\t-") != -1) { in printmail()
425 p = resp + 1; in printmail()
474 systm(resp + 1); in printmail()
484 if (strncmp("dq", resp, 2) != SAME && in printmail()
485 strncmp("dp", resp, 2) != SAME) in printmail()
486 if ((k = getnumbr(resp+1)) == -1) break; in printmail()
495 if (resp[1] == 'p') print = 1; in printmail()
496 else if (resp[1] == 'q') goto donep; in printmail()