Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.time.c34 struct rusage ruch; in settimes() local
41 (void) getrusage(RUSAGE_CHILDREN, &ruch); in settimes()
42 ruadd(&ru0, &ruch); in settimes()
53 struct rusage ru1, ruch; in dotime() local
59 (void) getrusage(RUSAGE_CHILDREN, &ruch); in dotime()
60 ruadd(&ru1, &ruch); in dotime()