Searched defs:Session (Results 1 – 2 of 2) sorted by relevance
38 typedef struct Session Session; typedef39 struct Session { struct40 int used;41 int self;42 struct passwd *pw;43 Authctxt *authctxt;44 pid_t pid;46 char *term;47 int ptyfd, ttyfd, ptymaster;48 u_int row, col, xpixel, ypixel;[all …]
2342 session_destroy_all(void (*closefunc)(Session *)) in session_destroy_all()