Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmd3.c639 cond = CSEND; in ifcmd()
662 case CSEND: in elsecmd()
667 cond = CSEND; in elsecmd()
H A Ddef.h255 #define CSEND 2 /* Execute in send mode only */ macro
H A Dlex.c326 if ((cond == CRCV && !rcvmode) || (cond == CSEND && rcvmode)) in execute()