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

/ast/src/cmd/ksh93/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...]
/ast/src/cmd/nmake/
H A Dmake.c44 Time_t tevent; local
48 q = scan(r, &tevent);
57 if (tevent < t)
58 tevent = t;
59 *tm = tevent;
317 Time_t tevent; local
381 tevent = ((r->property & P_metarule) && (r1->property & P_implicit) && r1->action) ? 0 : r->time;
410 if (tevent < t)
411 tevent = t;
426 if (tevent <
[all...]

Completed in 25 milliseconds