Searched refs:Timer_t (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | timers.c | 37 } Timer_t; typedef 44 static Timer_t *tptop, *tpmin, *tpfree; 89 register Timer_t *tp, *tplast, *tpold, *tpnext; in sigalrm() 183 register Timer_t *tp; in sh_timeradd() 191 else if(!(tp=(Timer_t*)malloc(sizeof(Timer_t)))) in sh_timeradd() 233 register Timer_t *tp = (Timer_t*)handle; in timerdel()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | timers.c | 37 } Timer_t; typedef 44 static Timer_t *tptop, *tpmin, *tpfree; 89 register Timer_t *tp, *tplast, *tpold, *tpnext; in sigalrm() 183 register Timer_t *tp; in sh_timeradd() 191 else if(!(tp=(Timer_t*)malloc(sizeof(Timer_t)))) in sh_timeradd() 233 register Timer_t *tp = (Timer_t*)handle; in timerdel()
|