Searched refs:wborder (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | lib_box.c | 66 wborder(WINDOW *win, in wborder() function
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-wingeneral.c | 98 wborder (win, tui_border_vline, tui_border_vline, in box_win()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 843 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtyp… 1242 #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) 1243 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | config.in | 266 /* Define if you have the wborder function. */
|
| D | configure.in | 451 AC_CHECK_FUNCS(wborder)
|
| D | configure | 7094 for ac_func in wborder
|
| D | ChangeLog | 1016 searching for curses library. Check for wborder. 1018 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't 9781 * configure.in: Make sure that the wborder function is available.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | sys-protos.h | 1244 extern int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype, cht…
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 1244 extern int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype, cht…
|