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

/illumos-gate/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);
108 tvadd(&ru->ru_stime, &ru2->ru_stime);
235 tvadd(struct timeval *tsum, struct timeval *t0) function
239 tprintf("TRACE- tvadd()\n");

Completed in 44 milliseconds