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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_comp.c151 #define borderchar(c) (alphachar(c) || digitchar(c)) macro
153 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
/freebsd-10-stable/contrib/dialog/
H A Dmixedgauge.c184 mydraw_mixed_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
H A Dutil.c1425 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-10-stable/sbin/dhclient/
H A Ddhclient.c82 #define borderchar(c) (alphachar(c) || digitchar(c)) macro

Completed in 187 milliseconds