Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dcmd3.c990 cond = CSEND; in ifcmd()
1018 case CSEND: in elsecmd()
1023 cond = CSEND; in elsecmd()
H A Dlex.c510 if (cond == CRCV && !rcvmode || cond == CSEND && rcvmode || in execute()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h344 #define CSEND 2 /* Execute in send mode only */ macro