Lines Matching refs:resp

49 	char	*resp;  in printmail()  local
244 resp = readbuf; in printmail()
245 while (*resp == ' ' || *resp == '\t') resp++; in printmail()
247 Dout(pn, 0, "resp = '%s'\n", resp); in printmail()
248 if ((rc = atoi(resp)) != 0) { in printmail()
251 } else switch (resp[0]) { in printmail()
279 if (resp[2] != 'd' && in printmail()
280 resp[2] != 'a' && in printmail()
281 (rc = getnumbr(resp+1)) > 0) { in printmail()
285 if (rc == -1 && resp[2] != 'a' && in printmail()
286 resp[2] != 'd') in printmail()
288 if (resp[2] == 'a') rc = 1; in printmail()
289 else if (resp[2] == 'd') rc = 2; in printmail()
333 if (resp[1] == '\n' || resp[1] == '\0') { in printmail()
334 cat(resp+1, hmbox, ""); in printmail()
335 } else if (resp[1] != ' ') { in printmail()
341 if (getarg(lfil, resp + 1) == NULL) { in printmail()
342 cat(resp + 1, hmbox, ""); in printmail()
345 p = resp + 1; in printmail()
366 copylet(showlet, malf, resp[0] == in printmail()
380 setletr(showlet, resp[0]); in printmail()
392 for (k = 1; resp[k] == ' ' || resp[k] == '\t'; in printmail()
394 resp[strlen(resp)-1] = '\0'; in printmail()
395 (void) strlcpy(m_sendto, resp+k, in printmail()
399 setletr(showlet, resp[0]); in printmail()
406 if ((k = getnumbr(resp+1)) <= 0) k = showlet; in printmail()
422 if (substr(resp, " -") != -1 || in printmail()
423 substr(resp, "\t-") != -1) { in printmail()
427 p = resp + 1; in printmail()
476 systm(resp + 1); in printmail()
486 if (strncmp("dq", resp, 2) != SAME && in printmail()
487 strncmp("dp", resp, 2) != SAME) in printmail()
488 if ((k = getnumbr(resp+1)) == -1) break; in printmail()
497 if (resp[1] == 'p') print = 1; in printmail()
498 else if (resp[1] == 'q') goto donep; in printmail()