Searched refs:taboo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dsavemail.c1600 ** taboo -- additional characters that must be encoded.
1607 xtextify(t, taboo)
1609 char *taboo;
1617 if (taboo == NULL)
1618 taboo = "";
1628 strchr(taboo, c) != NULL)
1657 strchr(taboo, c) != NULL)
/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c113 int taboo; /* node flags that must not be set */ member in struct:mdoc_handler
1404 const struct roff_node *n, uint64_t m, int taboo)
1408 if (n->flags & taboo)
1411 putmdockey(mpage, n->child, m, taboo);
1550 n->flags & mdocs[n->tok].taboo)
1564 mdocs[n->tok].mask, mdocs[n->tok].taboo);
1403 putmdockey(const struct mpage *mpage, const struct roff_node *n, uint64_t m, int taboo) argument

Completed in 62 milliseconds