Home
last modified time | relevance | path

Searched refs:M_IGNORE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c526 (void) msend(mp, obuf, doign ? M_IGNORE : 0, fputs); in print()
569 (void) msend(mp, stdout, M_IGNORE, topputs); in top()
H A Dcmd2.c283 mflag = (int)value("alwaysignore")?(M_IGNORE|M_SAVING):M_SAVING; in savemsglist()
287 mflag = M_IGNORE; in savemsglist()
H A Dcmd4.c143 ? M_IGNORE : 0, fputs)) < 0) { in dopipe()
H A Dquit.c215 M_IGNORE|M_SAVING : M_SAVING, fputs) < 0) { in quit()
H A Dsend.c79 int doign = flag & M_IGNORE; in msend()
H A Dcollect.c1105 if (msend(&message[*ip-1], obuf, islower(f) ? M_IGNORE : 0, in forward()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h353 #define M_IGNORE 1 /* Do "ignore/retain" processing */ macro