Home
last modified time | relevance | path

Searched defs:oldstyle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dheaders.c1969 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
2098 commaize(h, p, oldstyle, mci, e, putflags) in commaize() argument
H A Dqueue.c867 bool oldstyle = bitset(EF_OLDSTYLE, e->e_flags); local
/freebsd/contrib/libpcap/
H A Dpcap-int.h272 int oldstyle; /* if we're opening with pcap_open_live() */ member
/freebsd/bin/sh/
H A Dparser.c1082 int oldstyle, int dblquote, int quoted) in parsebackq()