Home
last modified time | relevance | path

Searched refs:tptop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtimers.c44 static Timer_t *tptop, *tpmin, *tpfree; variable
111 for(tplast=0,tp=tptop; tp; tp=tpnext) in sigalrm()
133 tptop = tp->next; in sigalrm()
198 tp->next = tptop; in sh_timeradd()
199 tptop = tp; in sh_timeradd()
213 tp = tptop; in sh_timeradd()
222 if(tp!=tptop) in sh_timeradd()
238 for(tp=tptop; tp; tp=tp->next) in timerdel()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c132 register struct tevent *tptop; in sh_timetraps() local
136 tptop= (struct tevent*)shp->st.timetrap; in sh_timetraps()
137 for(tp=tptop;tp;tp=tpnext) in sh_timetraps()