Searched refs:RECEIVE (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dmain.c459 state.mode = (head.h_flags & GTO) ? SEND : RECEIVE;
463 if (state.mode == RECEIVE && (head.h_flags & GSTD)) {
468 if (state.mode == RECEIVE)
H A Dcmd3.c912 state.cond = n ? SEND : RECEIVE;
918 state.cond = n ? RECEIVE : SEND;
H A Dmailx.h572 #define RECEIVE (-1) /* Execute in receive mode only */ macro
631 int mode; /* SEND or RECEIVE */

Completed in 19 milliseconds