HomeSort by: relevance | last modified time | path
    Searched refs:SET_TTYSIZE (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
resize.c 554 SET_TTYSIZE(tty, ts);
564 SET_TTYSIZE(tty, ts);
xterm_io.h 230 #define SET_TTYSIZE(fd, data) ioctl(fd, TIOCSWINSZ, (char *) &data)
main.c 4273 TRACE_RC(i, SET_TTYSIZE(screen->respond, ts));
4274 TRACE(("spawn SET_TTYSIZE %dx%d return %d\n",
4448 TRACE_RC(i, SET_TTYSIZE(ttyfd, ts));
4449 TRACE_GET_TTYSIZE(ttyfd, "after SET_TTYSIZE fixup");
5209 TRACE_RC(i, SET_TTYSIZE(0, ts));
5210 trace_winsize(ts, "ptyHandshake SET_TTYSIZE");
misc.c 7830 TRACE_RC(code, SET_TTYSIZE(screen->respond, ts));
7831 trace_winsize(ts, "from SET_TTYSIZE");

Completed in 23 milliseconds