Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c984 cond = CRCV; in ifcmd()
1017 cond = CRCV; in elsecmd()
1020 case CRCV: 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.h344 #define CRCV 1 /* Execute in receive mode only */ macro