Searched defs:borderchar (Results 1 – 4 of 4) sorted by relevance
145 #define borderchar(c) (alphachar(c) || digitchar(c)) macro147 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c)) macro
188 chtype boxchar, chtype borderchar) in mydraw_mixed_box()
1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2()1573 chtype boxchar, chtype borderchar) in dlg_draw_box()
85 #define borderchar(c) (alphachar(c) || digitchar(c)) macro