Searched refs:borderchar (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/resolv/ |
| H A D | res_comp.c | 145 #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/usr.sbin/rtsold/ |
| H A D | rtsol.c | 786 #define borderchar(c) (alphachar(c) || digitchar(c)) macro 787 #define middlechar(c) (borderchar(c) || hyphenchar(c)) 800 if (!borderchar(ch)) in res_hnok() 803 if (!borderchar(ch)) in res_hnok()
|
| /freebsd/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/sbin/dhclient/ |
| H A D | dhclient.c | 85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro 86 #define middlechar(c) (borderchar(c) || hyphenchar(c)) 2726 if (!borderchar(ch)) in res_hnok() 2729 if (!borderchar(ch)) in res_hnok() 2759 if (!borderchar(ch)) in check_search() 2762 if (!borderchar(ch)) in check_search()
|