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

  /src/lib/libcurses/
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...]
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...]

Completed in 21 milliseconds