Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.time.c24 void tvadd(struct timeval *tsum, struct timeval *t0);
107 tvadd(&ru->ru_utime, &ru2->ru_utime); in ruadd()
108 tvadd(&ru->ru_stime, &ru2->ru_stime); in ruadd()
235 tvadd(struct timeval *tsum, struct timeval *t0) in tvadd() function