Lines Matching refs:Session
103 Session *session_new(void);
104 void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
105 void session_pty_cleanup(Session *);
106 void session_proctitle(Session *);
107 int session_setup_x11fwd(struct ssh *, Session *);
108 int do_exec_pty(struct ssh *, Session *, const char *);
109 int do_exec_no_pty(struct ssh *, Session *, const char *);
110 int do_exec(struct ssh *, Session *, const char *);
111 void do_login(struct ssh *, Session *, const char *);
112 void do_child(struct ssh *, Session *, const char *);
114 int check_quietlogin(Session *, const char *);
118 static int session_pty_req(struct ssh *, Session *);
137 static Session *sessions = NULL;
375 do_exec_no_pty(struct ssh *ssh, Session *s, const char *command)
533 do_exec_pty(struct ssh *ssh, Session *s, const char *command)
627 do_exec(struct ssh *ssh, Session *s, const char *command)
704 do_login(struct ssh *ssh, Session *s, const char *command)
756 check_quietlogin(Session *s, const char *command)
824 do_setup_env(struct ssh *ssh, Session *s, const char *shell)
953 do_rc_files(struct ssh *ssh, Session *s, const char *shell)
1152 do_pwchange(Session *s)
1217 do_child(struct ssh *ssh, Session *s, const char *command)
1411 Session *
1414 Session *s, *tmp;
1455 Session *s = &sessions[i];
1470 Session *s = session_new();
1485 Session *
1490 Session *s = &sessions[i];
1501 static Session *
1506 Session *s = &sessions[i];
1518 static Session *
1524 Session *s = &sessions[i];
1541 static Session *
1547 Session *s = &sessions[i];
1557 session_window_change_req(struct ssh *ssh, Session *s)
1572 session_pty_req(struct ssh *ssh, Session *s)
1622 session_subsystem_req(struct ssh *ssh, Session *s)
1666 session_x11_req(struct ssh *ssh, Session *s)
1702 session_shell_req(struct ssh *ssh, Session *s)
1715 session_exec_req(struct ssh *ssh, Session *s)
1733 session_break_req(struct ssh *ssh, Session *s)
1747 session_env_req(struct ssh *ssh, Session *s)
1806 session_signal_req(struct ssh *ssh, Session *s)
1848 session_auth_agent_req(struct ssh *ssh, Session *s)
1872 Session *s;
1913 session_set_fds(struct ssh *ssh, Session *s,
1933 session_pty_cleanup2(Session *s)
1966 session_pty_cleanup(Session *s)
2011 Session *s;
2041 session_exit_message(struct ssh *ssh, Session *s, int status)
2097 session_close(struct ssh *ssh, Session *s)
2130 Session *s = session_by_pid(pid);
2149 Session *s = session_by_channel(id);
2185 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *))
2189 Session *s = &sessions[i];
2206 Session *s = &sessions[i];
2219 session_proctitle(Session *s)
2228 session_setup_x11fwd(struct ssh *ssh, Session *s)