Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mail/
H A Dcmd3.c645 cond = CSEND; in ifcmd()
668 case CSEND: in elsecmd()
673 cond = CSEND; in elsecmd()
H A Ddef.h257 #define CSEND 2 /* Execute in send mode only */ macro
H A Dlex.c332 if ((cond == CRCV && !rcvmode) || (cond == CSEND && rcvmode)) in execute()