Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/resolv/
HDres_comp.c149 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
151 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
/freebsd-14-stable/contrib/dialog/
HDmixedgauge.c188 chtype boxchar, chtype borderchar) in mydraw_mixed_box()
HDutil.c1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2()
1573 chtype boxchar, chtype borderchar) in dlg_draw_box()
/freebsd-14-stable/sbin/dhclient/
HDdhclient.c85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro