Searched refs:borderchar (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/lib/libc/resolv/ |
| HD | res_comp.c | 150 #define borderchar(c) (alphachar(c) || digitchar(c)) macro 152 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro 154 #define middlechar(c) (borderchar(c) || hyphenchar(c)) 167 if (!borderchar(ch)) in res_hnok() 170 if (!borderchar(ch)) in res_hnok()
|
| /freebsd-11-stable/contrib/dialog/ |
| HD | mixedgauge.c | 185 chtype boxchar, chtype borderchar) in mydraw_mixed_box() argument 187 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
|
| HD | util.c | 1426 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-11-stable/sbin/dhclient/ |
| HD | dhclient.c | 81 #define borderchar(c) (alphachar(c) || digitchar(c)) macro 82 #define middlechar(c) (borderchar(c) || hyphenchar(c)) 2663 if (!borderchar(ch)) in res_hnok() 2666 if (!borderchar(ch)) in res_hnok() 2696 if (!borderchar(ch)) in check_search() 2699 if (!borderchar(ch)) in check_search()
|