openenvutils/commandshell/shell/inc/jobs.pro
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /* Generated automatically */
       
     2 #ifdef HAVE_GETRUSAGE
       
     3 static struct rusage child_usage;
       
     4 #else
       
     5 static struct tms shtms;
       
     6 #endif
       
     7 static struct timeval*dtime _((struct timeval*dt,struct timeval*t1,struct timeval*t2));
       
     8 static int super_job _((int sub));
       
     9 static int handle_sub _((int job,int fg));
       
    10 static void setprevjob _((void));
       
    11 #ifndef HAVE_GETRUSAGE
       
    12 static void set_clktck _((void));
       
    13 #endif
       
    14 static void printhhmmss _((double secs));
       
    15 static void dumptime _((Job jn));
       
    16 static int should_report_time _((Job j));
       
    17 static void zwaitjob _((int job,int sig));
       
    18 static int isanum _((char*s));
       
    19 static void setcurjob _((void));
       
    20 static int getjob _((char*s,char*prog));