Searched refs:NOSTRPTR (Results 1 – 4 of 4) sorted by relevance
306 head.h_others = NOSTRPTR; in mail()339 head.h_others = NOSTRPTR; in tmail()359 head.h_others = NOSTRPTR; in sendmail()380 head.h_others = NOSTRPTR; in Sendmail()681 if (hp->h_others != NOSTRPTR && (w & GOTHER)) { in puthead()
381 head.h_others = NOSTRPTR; in resp1()938 cp = replyto(mp, NOSTRPTR); in Resp1()947 cp2 = replyto(mp, NOSTRPTR); in Resp1()963 head.h_others = NOSTRPTR; in Resp1()
932 hp->h_others = NOSTRPTR; in mesedit()1313 if (hf == NOSTRPTR) in Xaddone()1317 if (hf == NOSTRPTR) { in Xaddone()
89 #define NOSTRPTR ((char **)0) /* Nill pointer to string pointer */ macro