Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmd3.c635 cond = CRCV; in ifcmd()
663 cond = CRCV; in elsecmd()
666 case CRCV: in elsecmd()
H A Ddef.h254 #define CRCV 1 /* Execute in receive mode only */ macro
H A Dlex.c326 if ((cond == CRCV && !rcvmode) || (cond == CSEND && rcvmode)) in execute()