Home
last modified time | relevance | path

Searched refs:sprev (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/init/
H A Dinit.c1032 new_session(session_t *sprev, int session_index, struct ttyent *typ) in new_session() argument
1067 if (sprev == NULL) { in new_session()
1071 sprev->se_next = sp; in new_session()
1072 sp->se_prev = sprev; in new_session()
1298 session_t *sp, *sprev, *snext; in collect_child() local
1311 if ((sprev = sp->se_prev) != NULL) in collect_child()
1312 sprev->se_next = sp->se_next; in collect_child()
1411 session_t *sp, *sprev; in f_clean_ttys() local
1433 for (sprev = NULL, sp = sessions; sp; sprev = sp, sp = sp->se_next) in f_clean_ttys()
1485 new_session(sprev, session_index, typ); in f_clean_ttys()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c2151 struct sigwork_entry *sprev, *stmp; in save_sigwork() local
2155 sprev = NULL; in save_sigwork()
2169 sprev = stmp; in save_sigwork()
2188 if (sprev == NULL) in save_sigwork()
2191 SLIST_INSERT_AFTER(sprev, stmp, sw_nextp); in save_sigwork()
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh238 complete {refile,sprev,snext,scan,pick,rmm,inc,folder,show} \