Searched refs:pty_change_window_size (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | sshpty.h | 25 void pty_change_window_size(int, int, int, int, int);
|
D | sshpty.c | 343 pty_change_window_size(int ptyfd, int row, int col, in pty_change_window_size() function
|
D | svr-chansession.c | 424 pty_change_window_size(chansess->master, termr, termc, termw, termh); in sessionwinchange()
|
/external/openssh/ |
D | sshpty.h | 26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
|
D | sshpty.c | 194 pty_change_window_size(int ptyfd, u_int row, u_int col, in pty_change_window_size() function
|
D | serverloop.c | 941 pty_change_window_size(fdin, row, col, xpixel, ypixel); in server_input_window_size()
|
D | session.c | 2014 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_window_change_req() 2073 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_pty_req()
|