Home
last modified time | relevance | path

Searched refs:CSEND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c988 cond = CSEND; in ifcmd()
1016 case CSEND: in elsecmd()
1021 cond = CSEND; in elsecmd()
H A Dlex.c509 if (cond == CRCV && !rcvmode || cond == CSEND && rcvmode || in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h345 #define CSEND 2 /* Execute in send mode only */ macro