Searched defs:run (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/kshlib/cmdtst/
H A Dxargs.c80 "last command if it would run with less than \aargs\a arguments.]"
81 "[z:nonempty|no-run-if-empty?If no file names are found then do not "
115 run(int argc, char** argv, Cmddisc_t* disc) function
139 xargs.disc.runf = run;
/ast/src/cmd/pzip/
H A Drectify.c69 "[r:run?List runs at least as long as \arun\a.]#[run]"
88 unsigned long run; member in struct:Item_s
117 unsigned long run; member in struct:__anon198
185 if (!p->run++)
188 else if (p->run)
190 if (state.run && p->run >= state.run && p->index >= state.min)
191 sfprintf(sfstdout, "run
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c22 /* Various run-length-encoding methods.
47 Vcchar_t run1; /* run-heads of rle2() */
51 /* arguments to select type of run length coder */
56 { 0 , "General run-length-encoding.", (Void_t*)rleg }
59 /* Encoding 0-run's only. Useful for sequences undergone entropy reduction
82 { if(z >= 0) /* encode the 0-run */
94 if(z >= 0) /* final 0-run if any */
131 /* Like rle0() but including 1-run's as well as 0-runs */
165 { if(rz >= 0) /* encode the 0/1-run */
180 if(rz >= 0) /* final 0/1-run i
291 Vcchar_t c, *chr, *run, *dt, *enddt, *endb, *nextb; local
[all...]
/ast/src/lib/libvcodex/
H A Dvcio.c409 int run; local
420 if((s = vchsize(VC_INTSIZE, freq, size, &run)) < 0 ||
426 { s = run+1;
554 ** with the same magnitude. This turns a run into all positives except
555 ** for the head of the run.
/ast/src/lib/libjcl/
H A Dparse.c1623 int run; local
1662 run = 1;
1678 run = 0;
1686 run = 1;
1699 rc = run;
/ast/src/cmd/at/
H A Datd.c35 * <time> is the earliest absolute time the job can be run
119 unsigned long run; member in struct:__anon36
159 unsigned long total; /* total number of jobs run */
492 * insert a job into the run list
507 * remove job from the run list
521 if (job->run)
531 if (job->run)
539 job->run = 0;
619 message((-2, "schedule job=%s start=%lu time=%lu queue=%s load=%d.%02d/%d.%02d%s", job->name, job->start, cs.time, job->queue->name, job->queue->load / 100, job->queue->load % 100, st.load / 100, st.load % 100, job->run ? " RUNNING" : job->start <= cs.time ? " READY" : ""));
620 if (!job->run)
[all...]
/ast/src/cmd/INIT/
H A Dmamake.c1135 * the -c wrapper ensures that scripts are run in the selected shell
1173 * run action s to update r
1177 run(Rule_t* r, register char* s) function
1630 x = run(r, use(buf));
1772 run(r, use(buf));
/ast/src/cmd/nmake/
H A Dmake.h292 #define P_foreground (1<<9) /* run action in foreground */
559 Rule_t* run; /* .RUN rule pointer */ member in struct:Internal_s
776 unsigned char cross; /* don't run gen'd executables */
814 unsigned char silent; /* run silently */

Completed in 36 milliseconds