Home
last modified time | relevance | path

Searched refs: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
149 #define middlechar(c) (borderchar(c) || hyphenchar(c))
162 if (!borderchar(ch)) in res_hnok()
165 if (!borderchar(ch)) in res_hnok()
/freebsd/contrib/dialog/
H A Dmixedgauge.c188 chtype boxchar, chtype borderchar) in mydraw_mixed_box() argument
190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
H A Dutil.c1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2() argument
1550 (void) waddch(win, borderchar | dlg_boxchar(ACS_ULCORNER)); in dlg_draw_box2()
1552 (void) waddch(win, borderchar | dlg_boxchar(ACS_LLCORNER)); in dlg_draw_box2()
1558 (void) waddch(win, borderchar | dlg_boxchar(ACS_HLINE)); in dlg_draw_box2()
1562 (void) waddch(win, borderchar | dlg_boxchar(ACS_VLINE)); in dlg_draw_box2()
1573 chtype boxchar, chtype borderchar) in dlg_draw_box() argument
1575 dlg_draw_box2(win, y, x, height, width, boxchar, borderchar, boxchar); in dlg_draw_box()
/freebsd/sbin/dhclient/
H A Ddhclient.c85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
86 #define middlechar(c) (borderchar(c) || hyphenchar(c))
2732 if (!borderchar(ch)) in res_hnok()
2735 if (!borderchar(ch)) in res_hnok()
2765 if (!borderchar(ch)) in check_search()
2768 if (!borderchar(ch)) in check_search()