Searched refs:borderchar (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_comp.c | 149 #define borderchar(c) (alphachar(c) || digitchar(c)) macro 151 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro 153 #define middlechar(c) (borderchar(c) || hyphenchar(c)) 166 if (!borderchar(ch)) in res_hnok() 169 if (!borderchar(ch)) in res_hnok()
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | mixedgauge.c | 188 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 D | util.c | 1540 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-14.2/sbin/dhclient/ |
| H A D | dhclient.c | 85 #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()
|