HomeSort by: relevance | last modified time | path
    Searched defs:snext (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/init/
init.c 1174 session_t *sp, *snext; local in function:read_ttys
1200 for (sp = sessions; sp; sp = snext) {
1205 snext = sp->se_next;
1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL)
1229 sp = snext;
1422 session_t *sp, *sprev, *snext; local in function:collect_child
1439 if ((snext = sp->se_next) != NULL)
1440 snext->se_prev = sp->se_prev;

Completed in 17 milliseconds