/src/bin/csh/ |
proc.c | 816 struct timespec tetime, diff; local in function:ptprint 821 tetime = ztime; 825 if (timespeccmp(&diff, &tetime, >)) 826 tetime = diff; 828 prusage(cshout, &zru, &ru, &tetime, &ztime);
|
proc.c | 816 struct timespec tetime, diff; local in function:ptprint 821 tetime = ztime; 825 if (timespeccmp(&diff, &tetime, >)) 826 tetime = diff; 828 prusage(cshout, &zru, &ru, &tetime, &ztime);
|
proc.c | 816 struct timespec tetime, diff; local in function:ptprint 821 tetime = ztime; 825 if (timespeccmp(&diff, &tetime, >)) 826 tetime = diff; 828 prusage(cshout, &zru, &ru, &tetime, &ztime);
|