Searched refs:seconds (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dtimer22 set seconds 0
27 global seconds hundredths stopped
33 set seconds [expr $seconds+1]
35 .counter config -text [format "%d.%02d" $seconds $hundredths]
/ast/src/cmd/ksh93/sh/
H A Dtimers.c62 * set an alarm for <t> seconds
78 unsigned seconds = (unsigned)t;
79 if(t && seconds<1)
80 seconds=1;
81 t = (double)alarm(seconds);
H A Dinit.c147 struct seconds struct
198 struct seconds SECONDS_init;
968 static const Namdisc_t SECONDS_disc = { sizeof(struct seconds), put_seconds, get_seconds, nget_seconds };
1576 NV_MKINTTYPE(time_t,"seconds since the epoch",0);
1908 /* set up the seconds clock */
/ast/src/lib/libtk/compat/
H A Dunistd.h62 extern unsigned sleep _ANSI_ARGS_ ((unsigned seconds));
/ast/src/cmd/ksh93/tests/
H A Dvariables.sh589 float seconds
591 seconds=SECONDS
592 (( seconds < 12 || seconds > 12.1 )) && err_exit "SECONDS is $seconds and should be close to 12"

Completed in 33 milliseconds