Searched refs:SEND (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dmain.c418 state.mode = SEND;
459 state.mode = (head.h_flags & GTO) ? SEND : RECEIVE;
466 state.mode = SEND;
470 if (state.mode == SEND && ef)
472 if (state.var.justcheck && state.mode == SEND)
492 if (state.mode == SEND) {
H A Dcmd3.c912 state.cond = n ? SEND : RECEIVE;
918 state.cond = n ? RECEIVE : SEND;
H A Dlex.c455 if (state.mode == SEND && !(com->c_argtype & M)) {
H A Dmailx.h573 #define SEND (1) /* Execute in send mode only */ macro
631 int mode; /* SEND or RECEIVE */

Completed in 16 milliseconds