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

/ast/src/cmd/dsslib/tests/
H A Dtest.c26 Cxunsigned_t selected; member in struct:State_s
88 state->selected++;
107 sfprintf(sfstdout, "even_end %I*u %I*u %I*u%s\n", sizeof(expr->queried), expr->queried, sizeof(expr->selected), expr->selected, sizeof(state->selected), state->selected, expr->selected == state->selected ? "" : " FAILED");
168 state->selected++;
187 sfprintf(sfstdout, "odd_end %I*u %I*u %I*u%s\n", sizeof(expr->queried), expr->queried, sizeof(expr->selected), exp
[all...]
/ast/src/lib/libdss/
H A Ddss-count.h31 " selected/queried record counts. The output line is preceded by"
75 sfprintf(expr->op, "%I*u/%I*u\n", sizeof(expr->parent->selected), expr == expr->parent->fail ? (expr->parent->queried - expr->parent->selected) : expr->parent->selected, sizeof(expr->parent->queried), expr->parent->queried);
H A Dcxeval.c51 expr->queried = expr->selected = 0;
194 expr->selected++;
H A Dcx.h516 Cxquery_f act; /* act on selected data */
561 Cxunsigned_t selected; /* # records selected */ member in struct:Cxexpr_s
H A Ddssopen.c70 CXV("selected", "number", DSS_MEM_selected, "Current selected record count.")
521 r->value.number = cx->expr ? cx->expr->parent->selected : 0;
/ast/src/lib/libtk/library/demos/
H A Dplot.tcl58 $c bind point <ButtonRelease-1> "$c dtag selected"
74 $w dtag selected
75 $w addtag selected withtag current
91 $w move selected [expr $x-$plot(lastX)] [expr $y-$plot(lastY)]
H A Dtwind.tcl149 $c bind point <ButtonRelease-1> "$c dtag selected"
165 $w dtag selected
166 $w addtag selected withtag current
174 $w move selected [expr $x-$embPlot(lastX)] [expr $y-$embPlot(lastY)]
H A Dtext.tcl49 text, in which case it will replace the selected text.
/ast/src/lib/libtk/library/
H A Dtkfbox.tcl163 catch {unset data(selected)}
299 if {[string compare $data(-command) ""] && [info exists data(selected)]} {
300 eval $data(-command) [list $data(selected)]
385 set data(selected) $text
401 if [info exists data(selected)] {
402 unset data(selected)
407 # Returns the selected item
412 if [info exists data(selected)] {
413 return $data(selected)
694 # return the index of the selected butto
[all...]
/ast/src/lib/libtk/generic/
H A DtkListbox.c31 int selected; /* 1 means this item is selected, 0 means member in struct:Element
89 Tk_3DBorder selBorder; /* Borders and backgrounds for selected
92 XColor *selFgColorPtr; /* Foreground color for selected elements. */
93 GC selTextGC; /* For drawing selected text. */
127 * Information about what's selected or active, if any.
133 int numSelected; /* Number of elements currently selected. */
139 * has been selected by keyboard traversal).
541 if (elPtr->selected) {
743 if ((elPtr != NULL) && (elPtr->selected)) {
[all...]
/ast/src/cmd/re/
H A Dsed2.c28 int selected(unsigned char*, Text*);
73 /* return 2 on non-final line of a selected range,
74 1 on any other selected line,
75 0 on non-selected lines
79 selected(unsigned char *pc, Text *data) function
551 sel = selected(pc, data);
/ast/src/cmd/pax/
H A Dpax.h457 size_t selected; /* number of selected members */ \
612 size_t selected; /* total of selected members */ \
H A Dformat.c460 if (ap->selected > state.selected)
462 state.selected = ap->selected;
H A Dpax.c52 " that match any of the \apattern\a arguments are selected. Matching"
56 " \apattern\a is given is \b*\b which selects all files. The selected"
59 " owner and group of selected files will be that of the current user, and"
72 " table of contents of the selected member files on the standard output.]"
2010 sfsprintf(x3, x, "%I*u file%s, ", sizeof(ap->selected), ap->selected, ap->selected == 1 ? "" : "s");
H A Dcopy.c97 ap->selected--;
H A Dmisc.c216 ap->selected++;
H A Ddelta.c582 ap->selected++;
816 op->selected = op->entries;
/ast/src/cmd/mailx/
H A Dimap.c201 int selected; /* mailbox selected */ member in struct:__anon128
1725 imap->selected = 0;
1753 if (imap->selected && imapclose(imap))
1809 imap->selected = 1;
1988 sfprintf(sfstdout, " selected %d\n", imap->selected);
2136 imap->selected = 0;
2510 if (imap->selected)
/ast/src/cmd/nmake/
H A DMakerules.mk4632 * $(.SELECT.) list of all or selected source files

Completed in 86 milliseconds