Home | History | Annotate | Download | only in libcurses

Lines Matching defs:wborder

54 	return wborder(stdscr, left, right, top, bottom, topleft, topright,
61 * wborder --
66 wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom,
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",
106 __CTRACE(__CTRACE_INPUT, "wborder: botleft = %c, 0x%x\n",
108 __CTRACE(__CTRACE_INPUT, "wborder: botright = %c, 0x%x\n",