Searched refs:ksh_times (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_times.h12 extern clock_t ksh_times ARGS((struct tms *));
14 # define ksh_times times macro
H A Dc_sh.c16 #include "ksh_times.h"
712 (void) ksh_times(&all);
739 t0t = ksh_times(&t0);
755 t1t = ksh_times(&t1);
H A Djobs.c36 #include "ksh_times.h"
1340 ksh_times(&t0);
1351 ksh_times(&t1);

Completed in 124 milliseconds