Searched refs:M_IGNORE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | cmd1.c | 526 (void) msend(mp, obuf, doign ? M_IGNORE : 0, fputs); in print() 569 (void) msend(mp, stdout, M_IGNORE, topputs); in top()
|
H A D | cmd4.c | 145 ? M_IGNORE : 0, fputs)) < 0) { in dopipe()
|
H A D | cmd2.c | 283 mflag = (int)value("alwaysignore")?(M_IGNORE|M_SAVING):M_SAVING; in savemsglist() 287 mflag = M_IGNORE; in savemsglist()
|
H A D | quit.c | 215 M_IGNORE|M_SAVING : M_SAVING, fputs) < 0) { in quit()
|
H A D | send.c | 78 int doign = flag & M_IGNORE; in msend()
|
H A D | collect.c | 1105 if (msend(&message[*ip-1], obuf, islower(f) ? M_IGNORE : 0, in forward()
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 352 #define M_IGNORE 1 /* Do "ignore/retain" processing */ macro
|