HomeSort by: relevance | last modified time | path
    Searched refs:wborder (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libcurses/
box.c 46 * delimiting char, and "hor", as the horizontal one. Uses wborder().
51 return (wborder(win, vert, vert, hor, hor, 0, 0, 0, 0));
Makefile 190 curses_background.3 wbkgdset.3 curses_border.3 wborder.3 \
border.c 54 return wborder(stdscr, left, right, top, bottom, topleft, topright,
61 * wborder --
66 wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom, function in typeref:typename:int
93 __CTRACE(__CTRACE_INPUT, "wborder: window 0x%p\n", win);
94 __CTRACE(__CTRACE_INPUT, "wborder: left = %c, 0x%x\n",
96 __CTRACE(__CTRACE_INPUT, "wborder: right = %c, 0x%x\n",
98 __CTRACE(__CTRACE_INPUT, "wborder: top = %c, 0x%x\n",
100 __CTRACE(__CTRACE_INPUT, "wborder: bottom = %c, 0x%x\n",
102 __CTRACE(__CTRACE_INPUT, "wborder: topleft = %c, 0x%x\n",
104 __CTRACE(__CTRACE_INPUT, "wborder: topright = %c, 0x%x\n"
    [all...]
curses.h 448 wborder(stdscr, l, r, t, b, tl, tr, bl, br)
791 int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
  /src/tests/lib/libcurses/tests/
Makefile 190 FILES+= wborder
  /src/tests/lib/libcurses/
t_curses.sh 2068 atf_test_case wborder
2075 h_run wborder
2444 atf_add_test_case wborder
  /src/tests/lib/libcurses/check_files/
Makefile 248 FILES+= wborder.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 2990 report_return(wborder(win, ls, rs, ts, bs, tl, tr, bl, br));

Completed in 16 milliseconds