Home
last modified time | relevance | path

Searched refs:shtimes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.c166 (void) times(&shtimes); in pchild()
307 pp->p_utime = proctimes.tms_cutime - shtimes.tms_cutime; in pchild()
308 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime; in pchild()
309 shtimes = proctimes; in pchild()
H A Dsh.h621 EXTERN struct tms shtimes; /* shell and child times for process timing */ variable