Searched refs:update_winsize (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 900 update_winsize(TScreenOf(tw->vt),
|
| H A D | xterm.h | 1320 extern int update_winsize (TScreen * /* screen */, int /* rows */, int /* cols */, int /* height */, int /* width */);
|
| H A D | screen.c | 1957 update_winsize(screen, nrows, ncols, xw->core.height, xw->core.width); 2407 if (update_winsize(screen, rows, cols, height, width) == 0) {
|
| H A D | misc.c | 7806 update_winsize(TScreen *screen, int rows, int cols, int height, int width) function in typeref:typename:int 7815 TRACE(("update_winsize %dx%d (%dx%d) -> %dx%d (%dx%d)\n", 7857 update_winsize(screen,
|
Completed in 105 milliseconds