Searched defs:tevent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dalarm.c38 struct tevent struct
43 struct tevent *next;
57 static void *time_add(struct tevent *item, void *list)
59 register struct tevent *tp = (struct tevent*)list;
80 static void *time_delete(register struct tevent *item, void *list)
82 register struct tevent *tp = (struct tevent*)list;
99 register struct tevent *tp = (struct tevent*)lis
[all...]

Completed in 44 milliseconds