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

  /src/lib/libcurses/
border.c 184 return wborder_set(win, lsp, rsp, tsp, bsp, tlp, trp, blp, brp);
195 return wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
199 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, function in typeref:typename:int
247 __CTRACE(__CTRACE_INPUT, "wborder_set: window 0x%p\n", win);
248 __CTRACE(__CTRACE_INPUT, "wborder_set: left = %c, 0x%x\n",
250 __CTRACE(__CTRACE_INPUT, "wborder_set: right = %c, 0x%x\n",
252 __CTRACE(__CTRACE_INPUT, "wborder_set: top = %c, 0x%x\n",
254 __CTRACE(__CTRACE_INPUT, "wborder_set: bottom = %c, 0x%x\n",
256 __CTRACE(__CTRACE_INPUT, "wborder_set: topleft = %c, 0x%x\n",
258 __CTRACE(__CTRACE_INPUT, "wborder_set: topright = %c, 0x%x\n"
    [all...]
border.c 184 return wborder_set(win, lsp, rsp, tsp, bsp, tlp, trp, blp, brp);
195 return wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
199 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, function in typeref:typename:int
247 __CTRACE(__CTRACE_INPUT, "wborder_set: window 0x%p\n", win);
248 __CTRACE(__CTRACE_INPUT, "wborder_set: left = %c, 0x%x\n",
250 __CTRACE(__CTRACE_INPUT, "wborder_set: right = %c, 0x%x\n",
252 __CTRACE(__CTRACE_INPUT, "wborder_set: top = %c, 0x%x\n",
254 __CTRACE(__CTRACE_INPUT, "wborder_set: bottom = %c, 0x%x\n",
256 __CTRACE(__CTRACE_INPUT, "wborder_set: topleft = %c, 0x%x\n",
258 __CTRACE(__CTRACE_INPUT, "wborder_set: topright = %c, 0x%x\n"
    [all...]

Completed in 24 milliseconds