Searched defs:lab (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-slt.c185 int lab; local
228 if (!(lab = getlabel(pax, ap, f)))
243 slt->peek = lab;
266 int lab; local
270 if (!(lab = getlabel(pax, ap, f)))
354 paxunread(pax, ap, slt->buf, lab);
359 } while ((lab = getlabel(pax, ap, f)));
/ast/src/lib/libast/misc/
H A Dmagic.c69 struct Entry* lab; /* call this function */ member in struct:__anon284
84 struct Entry* lab; member in union:Entry::__anon285
541 ep = ep->value.lab;
822 ep = ep->value.loop->lab;
1770 fun[n] = last->value.lab = ep;
1771 else if (!(last->value.lab = fun[n]) && mp->disc->errorf)
2125 ep->value.loop->lab = fun[n];
2481 if (ep->cont == '$' && !ep->value.lab->mask)
2484 ep = ep->value.lab;
2491 ep->value.lab
[all...]
/ast/src/lib/libpz/
H A Dpzip.h179 size_t* lab; /* column mix group label */ member in struct:Pzpart_s
/ast/src/cmd/pzip/
H A Dpin.c750 * stuff the partion group labels in lab
754 solution(int* lab, int label, size_t* sol, int beg, int end) argument
760 label = solution(lab, label, sol, beg, i);
762 lab[beg] = label;
771 list(Sfio_t* sp, int* lab, size_t row) argument
780 if (g != lab[i])
782 g = lab[i];
787 for (j = i + 1; j < row && lab[j] == g && state.map[j] == (state.map[j - 1] + 1); j++);
803 reorder_heuristic(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1071 * collect the order in ord and the partition labels in lab
1123 reorder_tsp(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1452 int* lab; local
[all...]
/ast/src/cmd/mailx/
H A Dmailx.h245 struct lab { struct
616 const struct lab* hdrtab; /* Header label table */

Completed in 30 milliseconds