Searched refs:CONDELSE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | macro.c | 113 { '?', CONDIF }, { '|', CONDELSE }, { '.', CONDFI }, 242 case CONDELSE: /* change state of skipping */
|
H A D | map.c | 4517 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 D | parseaddr.c | 3195 (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 D | sendmail.h | 1317 #define CONDELSE ((unsigned char)0233) /* conditional else */ macro
|