Searched defs:oldstyle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1877 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
1880 oldstyle = false;
1881 commaize(h, p, oldstyle, mci, e,
1991 ** oldstyle -- true if this is an old style header.
2004 commaize(h, p, oldstyle, mci, e, putflags)
2007 bool oldstyle;
2096 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
H A Dqueue.c841 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
847 oldstyle = false;
848 commaize(h, h->h_value, oldstyle, &mcibuf, e,

Completed in 75 milliseconds