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

  /src/lib/libcurses/
line.c 50 return whline(stdscr, ch, count);
77 return whline(win, ch, count);
81 * whline --
87 whline(WINDOW *win, chtype ch, int count) function in typeref:typename:int
line.c 50 return whline(stdscr, ch, count);
77 return whline(win, ch, count);
81 * whline --
87 whline(WINDOW *win, chtype ch, int count) function in typeref:typename:int

Completed in 21 milliseconds