Home
last modified time | relevance | path

Searched refs:NOSTRPTR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c307 head.h_others = NOSTRPTR; in mail()
340 head.h_others = NOSTRPTR; in tmail()
360 head.h_others = NOSTRPTR; in sendmail()
381 head.h_others = NOSTRPTR; in Sendmail()
682 if (hp->h_others != NOSTRPTR && (w & GOTHER)) { in puthead()
H A Dcmd3.c379 head.h_others = NOSTRPTR; in resp1()
936 cp = replyto(mp, NOSTRPTR); in Resp1()
945 cp2 = replyto(mp, NOSTRPTR); in Resp1()
961 head.h_others = NOSTRPTR; in Resp1()
H A Dcollect.c932 hp->h_others = NOSTRPTR; in mesedit()
1313 if (hf == NOSTRPTR) in Xaddone()
1317 if (hf == NOSTRPTR) { in Xaddone()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h90 #define NOSTRPTR ((char **)0) /* Nill pointer to string pointer */ macro