HomeSort by relevance Sort by last modified time
    Searched refs:pty_change_window_size (Results 1 - 7 of 7) sorted by null

  /external/dropbear/
sshpty.h 25 void pty_change_window_size(int, int, int, int, int);
sshpty.c 343 pty_change_window_size(int ptyfd, int row, int col, function
svr-chansession.c 424 pty_change_window_size(chansess->master, termr, termc, termw, termh);
  /external/openssh/
sshpty.h 26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
sshpty.c 194 pty_change_window_size(int ptyfd, u_int row, u_int col, function
session.c     [all...]
serverloop.c 941 pty_change_window_size(fdin, row, col, xpixel, ypixel);
    [all...]

Completed in 156 milliseconds