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

/freebsd-11.0-release/lib/libc/resolv/
H A Dres_comp.c150 #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))
170 if (!borderchar(ch))
/freebsd-11.0-release/contrib/dialog/
H A Dmixedgauge.c185 chtype boxchar, chtype borderchar)
187 dlg_draw_box(win, y, x, height, width, boxchar, borderchar);
184 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
H A Dutil.c1411 * borderchar is used to color the upper/left edges.
1417 * boxchar, and menubox_attr for borderchar since the scroll-arrows are drawn
1426 chtype boxchar, chtype borderchar, chtype borderchar2)
1436 (void) waddch(win, borderchar | dlg_boxchar(ACS_ULCORNER));
1438 (void) waddch(win, borderchar | dlg_boxchar(ACS_LLCORNER));
1444 (void) waddch(win, borderchar | dlg_boxchar(ACS_HLINE));
1448 (void) waddch(win, borderchar | dlg_boxchar(ACS_VLINE));
1459 chtype boxchar, chtype borderchar)
1461 dlg_draw_box2(win, y, x, height, width, boxchar, borderchar, boxchar);
1425 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar, chtype borderchar2) argument
1458 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
/freebsd-11.0-release/sbin/dhclient/
H A Ddhclient.c80 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
81 #define middlechar(c) (borderchar(c) || hyphenchar(c))
2603 if (!borderchar(ch))
2606 if (!borderchar(ch))
2636 if (!borderchar(ch))
2639 if (!borderchar(ch))

Completed in 121 milliseconds