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

  /src/lib/libcurses/
resize.c 45 static int __resizeterm(WINDOW *win, int nlines, int ncols);
192 if (__resizeterm(curscr, nlines, ncols) == ERR)
194 if (__resizeterm(__virtscr, nlines, ncols) == ERR)
197 if (__resizeterm(stdscr, rlines, ncols) == ERR)
221 * __resizeterm
225 __resizeterm(WINDOW *win, int nlines, int ncols) function in typeref:typename:int
resize.c 45 static int __resizeterm(WINDOW *win, int nlines, int ncols);
192 if (__resizeterm(curscr, nlines, ncols) == ERR)
194 if (__resizeterm(__virtscr, nlines, ncols) == ERR)
197 if (__resizeterm(stdscr, rlines, ncols) == ERR)
221 * __resizeterm
225 __resizeterm(WINDOW *win, int nlines, int ncols) function in typeref:typename:int

Completed in 150 milliseconds