Searched refs:lab (Results 1 - 23 of 23) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dfilebox.tcl25 label $f.lab -text "Select a file to $i: " -anchor e
28 pack $f.lab -side left
H A Dwidget47 label .statusBar.lab -text " " -relief sunken -bd 1 \
51 pack .statusBar.lab -side left -padx 2 -expand yes -fill both
94 .statusBar.lab config -text ""
301 .statusBar.lab config -text " "
305 .statusBar.lab config -text "Run the \"$demo\" sample program"
/ast/src/lib/libast/comp/
H A Dfmtmsglib.c213 char lab[MM_LABEL_1_MAX + MM_LABEL_2_MAX + 3];
266 strcpy(lab, s);
293 sfprintf(sp, "%s: ", lab);
311 sfprintf(sp, "%s%s", lab, tag ? ":" : "");
/ast/src/lib/libpz/
H A Dpzsync.c91 pp->mix[j] = (pp->lab[j] == pp->lab[j - 1]) ? (pp->mix[j - 1] + 1) : (buf + m);
H A Dpzinflate.c180 if (i > 0 && pp->lab[i] == pp->lab[i - 1])
H A Dpzread.c175 if (i > 0 && pp->lab[i] == pp->lab[i - 1])
H A Dpzdeflate.c267 pp->mix[j] = (pp->lab[j] == pp->lab[j - 1]) ? (pp->mix[j - 1] + 1) : (buf + m);
H A Dpzip.h179 size_t* lab; /* column mix group label */ member in struct:Pzpart_s
H A Dpzpart.c245 pp->lab[k] = i;
327 !(pp->lab = vmnewof(pz->vm, 0, size_t, k, 0)))
1354 if (g != pp->lab[i])
1356 g = pp->lab[i];
1361 for (j = i + 1; j < pp->nmap && pp->map[j] == pp->map[j - 1] + 1 && pp->lab[j] == g; j++);
/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...]
H A Dpop.c313 else if (g != pp->lab[i])
315 g = pp->lab[i];
328 g = pp->lab[i];
341 else if (g != pp->lab[i])
385 else if (g != pp->lab[i])
387 g = pp->lab[i];
/ast/src/lib/libtk/library/
H A Dxmfbox.tcl194 label $f1.lab -text "Filter:" -under 3 -anchor w
196 pack $f1.lab -side top -fill x -padx 6 -pady 4
207 label $f3.lab -text "Selection:" -under 0 -anchor w
209 pack $f3.lab -side top -fill x -padx 6 -pady 0
243 label $f.lab -text $label -under $under -anchor w
251 grid $f.lab -row 0 -column 0 -sticky news -rowspan 1 -columnspan 2 \
H A Dtkfbox.tcl799 label $f1.lab -text "Directory:" -under 0
806 pack $f1.lab -side left -padx 4 -fill both
818 label $f2.lab -text "File name:" -anchor e -width 14 -under 6
824 set data(typeMenuLab) [label $f3.lab -text "Files of type:" \
839 pack $f2.lab -side left -padx 4
H A Dclrpick.tcl273 set lab [label $selFrame.lab -text "Selection:" -under 0 -anchor sw]
279 pack $lab $ent -side top -fill x -padx 4 -pady 2
/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/cmd/mailx/
H A Dspam.c102 static const struct lab spamtest[] =
132 register const struct lab* p;
753 const struct lab* p;
H A Dtty.c358 register const struct lab* lp;
H A Dmailx.h245 struct lab { struct
616 const struct lab* hdrtab; /* Header label table */
H A Dhead.c77 static const struct lab fields[] = {
501 register const struct lab* lp;
H A Ddata.c508 static const struct lab hdrtab[] =
H A Dsend.c616 register const struct lab* lp;
H A Dvars.c374 register const struct lab* lp;
/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...]

Completed in 62 milliseconds