Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/resolv/
H A Dres_comp.c152 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
154 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
156 #define middlechar(c) (borderchar(c) || hyphenchar(c))
169 if (!borderchar(ch)) in res_hnok()
172 if (!borderchar(ch)) in res_hnok()
/freebsd-12.1/contrib/dialog/
H A Dmixedgauge.c185 chtype boxchar, chtype borderchar) in mydraw_mixed_box() argument
187 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
H A Dutil.c1426 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2() argument
1436 (void) waddch(win, borderchar | dlg_boxchar(ACS_ULCORNER)); in dlg_draw_box2()
1438 (void) waddch(win, borderchar | dlg_boxchar(ACS_LLCORNER)); in dlg_draw_box2()
1444 (void) waddch(win, borderchar | dlg_boxchar(ACS_HLINE)); in dlg_draw_box2()
1448 (void) waddch(win, borderchar | dlg_boxchar(ACS_VLINE)); in dlg_draw_box2()
1459 chtype boxchar, chtype borderchar) in dlg_draw_box() argument
1461 dlg_draw_box2(win, y, x, height, width, boxchar, borderchar, boxchar); in dlg_draw_box()
/freebsd-12.1/sbin/dhclient/
H A Ddhclient.c87 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
88 #define middlechar(c) (borderchar(c) || hyphenchar(c))
2680 if (!borderchar(ch)) in res_hnok()
2683 if (!borderchar(ch)) in res_hnok()
2713 if (!borderchar(ch)) in check_search()
2716 if (!borderchar(ch)) in check_search()