Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_comp.c145 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
147 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
/freebsd/contrib/dialog/
H A Dmixedgauge.c188 chtype boxchar, chtype borderchar) in mydraw_mixed_box()
H A Dutil.c1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2()
1573 chtype boxchar, chtype borderchar) in dlg_draw_box()
/freebsd/sbin/dhclient/
H A Ddhclient.c85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro