Home
last modified time | relevance | path

Searched refs:OperatorChars (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME601 2. don't remove "!" from OperatorChars if `reject' is
3764 confOPERATORS OperatorChars [.:%@!^/[]+] Address operator
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Daccess_db.m418 define(`_TAG_DELIM_', `:')dnl should be in OperatorChars
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4555 _OPTION(OperatorChars, `confOPERATORS', `.:@[]')
2558 dnl Warning: + and ! should be in OperatorChars (otherwise there must be
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c690 if (OperatorChars == NULL)
693 OperatorChars = macvalue('o', CurEnv);
694 if (OperatorChars == NULL)
695 OperatorChars = ".:@[]";
697 expand(OperatorChars, obuf, sizeof(obuf) - sizeof(DELIMCHARS),
H A Dreadcf.c3226 if (OperatorChars != NULL)
3229 OperatorChars = newstr(munchstring(val, NULL, '\0'));
H A Dsendmail.h2355 EXTERN char *OperatorChars; /* operators (old $o macro) */ variable