Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
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.h624 EXTERN struct tms shtimes; /* shell and child times for process timing */ variable