init.c | 182 static session_t *new_session(session_t *, int, struct ttyent *); 1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) function in typeref:typename:session_t * 1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) 1576 (void)new_session(sprev, session_index, typ);
|