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

/ast/src/lib/librecsort/
H A Drs-radix.c62 reg Rsobj_t *work, *r; local
74 work = radix->list; radix->list = NIL(Rsobj_t*);
75 work->left->right = NIL(Rsobj_t*);
79 { maxph = work->keylen-1;
80 for(work->order = 0; work; )
81 { next = work->left->right; work->left->right = NIL(Rsobj_t*);
84 if((ph = (ssize_t)work->order) == maxph)
85 { for(; work; wor
[all...]
H A Drs-rasp.c206 reg Rsobj_t *work, *r; local
215 work = list; list = NIL(Rsobj_t*);
216 work->left->right = NIL(Rsobj_t*);
217 maxph = work->keylen-1;
219 for(work->order = 1; work; )
220 { next = work->left->right; work->left->right = NIL(Rsobj_t*);
223 if((ph = (ssize_t)work->order) == maxph)
224 { for(; work; wor
[all...]
/ast/src/lib/libz/
H A Dinftrees.h55 unsigned FAR *bits, unsigned short FAR *work));
H A Dinftrees.c23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
35 code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)
37 int inflate_table(type, lens, codes, table, bits, work)
43 unsigned short FAR *work;
102 table. The sorted table is work[], with that space being provided by
153 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
190 base = extra = work; /* dummy value--not used */
225 if ((int)(work[sym]) < end) {
227 this.val = work[sy
34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
H A Dinflate.h113 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
H A Dinfback.c95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 &(state->lenbits), state->work);
446 &(state->lenbits), state->work);
455 &(state->next), &(state->distbits), state->work);
H A Dinflate.c227 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
234 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
867 &(state->lenbits), state->work);
933 &(state->lenbits), state->work);
942 &(state->next), &(state->distbits), state->work);
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwfile.c114 vcwf->work = NIL(Grint_t*);
131 if(vcwf->work)
132 free(vcwf->work);
189 int v; /* position of voter in work[] */
200 vote = *msig == vcwf->work[v] ? 2 : 1;
204 { if((ws = vcwf->work[i]) == (ss = msig[i-v]) )
217 { if((ws = vcwf->work[i]) == (ss = msig[i-v]) )
254 Grint_t *work; local
265 { if(vcwf->work)
266 free(vcwf->work);
[all...]
H A Dvcwhdr.h52 Grint_t* work; /* signatures of a window to be matched */ member in struct:_vcwfile_s
/ast/src/cmd/re/
H A Dtestglob.c525 char* work[16]; local
617 work[cwd] = path;
618 work[cwd + 1] = 0;
619 work[cwd + 2] = 0;
637 if (i > (cwd + 1) || i >= elementsof(work))
655 bad("cannot create work directory\n", path);
669 bad("cannot create work link\n", path);
672 else if (!streq(work[cwd - 1], ".")) {
679 bad("cannot create work file\n", path);
684 s = work[cw
[all...]
H A Ded.c123 Sfio_t* work; member in struct:__anon200::__anon201
1379 sfstrseek(ed.buffer.work, 0, SEEK_SET);
1381 sfputr(ed.buffer.work, lineget((a1++)->offset), -1);
1383 if (!(s = sfstruse(ed.buffer.work)))
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffgroup.c55 Vcchar_t* work; /* working space for indices */ member in struct:_group_s
156 grp->work = grp->part + npts;
240 Vcchar_t *part = grp->part, *work = grp->work; local
286 { if(work[i] != p)
335 work[i] = bestt; /* assignment, then add frequencies */
356 { /**/DEBUG_ASSERT(work[i] < ntbl);
357 work[i] = map[work[i]];
358 /**/DEBUG_ASSERT(work[
[all...]
/ast/src/cmd/mailx/
H A Dcollect.c104 longjmp(state.collect.work, sig);
139 longjmp(state.collect.work, sig);
377 if ((sig = setjmp(state.collect.abort)) || (sig = setjmp(state.collect.work))) {
422 if (sig = setjmp(state.collect.work)) {
H A Dmailx.h681 jmp_buf work; /* To get back to work */ member in struct:__anon136::__anon137
/ast/src/lib/libtk/library/demos/
H A Drolodex168 set helpTopics(.frame.6.entry) {In this field of the rolodex entry you should type the person's work phone number}
/ast/src/cmd/3d/
H A DMakefile4 * NOTE: ld -r does not work with $(CC.DLL) so lib3d.o is not possible
/ast/src/cmd/INIT/
H A Dratz.c882 * protected from concurrent access. This hack doesn't work anyway on
1674 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
1696 whose indices are 0..2^bits-1. work is a writable array of at least
1697 lens shorts, which is used as a work area. type is the type of code
1705 int inflate_table(type, lens, codes, table, bits, work)
1711 unsigned short FAR *work;
1769 table. The sorted table is work[], with that space being provided by
1820 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
1857 base = extra = work; /* dumm
[all...]
H A Dpackage.sh20 ### this script contains archaic constructs that work with all sh variants ###
371 a package archive for \apackage\a. All work is done in the
720 ${bT}(2)${bD}Choose a package root directory and cd to it. This will be a local work
879 ${bT}(2)${bD}Choose a package root directory and cd to it. This will be a local work
1195 Write a package archive for PACKAGE. All work is done in the
4391 : all work done in $PACKAGESRC/admin
4985 # all work in $PACKAGESRC
5161 # all work in $PACKAGESRC
5325 license)# all work in $PACKAGESRC/LICENSES
5750 # all work unde
[all...]
/ast/src/cmd/ie/
H A Deditlib.c75 * Line editing here will not work.

Completed in 676 milliseconds