Lines Matching defs:Session
38 typedef struct Session Session; typedef
39 struct Session { struct
40 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;
49 char tty[TTYSZ];
51 char hostname[MAXHOSTNAMELEN];
75 void session_destroy_all(void (*)(Session *)); argument