Searched refs:oldstyle (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 1877 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local 1880 oldstyle = false; 1881 commaize(h, p, oldstyle, mci, e, 2004 commaize(h, p, oldstyle, mci, e, putflags) in commaize() argument 2007 bool oldstyle; 2096 res = prescan(p, oldstyle ? ' ' : ',', pvpbuf,
|
H A D | queue.c | 841 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local 847 oldstyle = false; 848 commaize(h, h->h_value, oldstyle, &mcibuf, e,
|