Home
last modified time | relevance | path

Searched refs:CONDELSE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmacro.c113 { '?', CONDIF }, { '|', CONDELSE }, { '.', CONDFI },
242 case CONDELSE: /* change state of skipping */
H A Dmap.c4517 CONDELSE,
4519 CONDELSE,
4521 CONDELSE,
4524 CONDELSE,
7518 # define DEFAULT_DELIM CONDELSE
8727 nbuf = sm_stringf_x("%s%c%d", conn, CONDELSE, (int) CurrentPid);
H A Dparseaddr.c3195 (void) sm_snprintf(buf, bufsize, "%s%c%s", p1, CONDELSE, p2);
3425 (void) sm_snprintf(buf, bufsize, "%s%c%s", p1, CONDELSE, p2);
H A Dsendmail.h1317 #define CONDELSE ((unsigned char)0233) /* conditional else */ macro