/ast/src/cmd/dsslib/tests/ |
H A D | test.c | 26 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 D | dss-count.h | 31 " 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 D | cxeval.c | 51 expr->queried = expr->selected = 0; 194 expr->selected++;
|
H A D | cx.h | 516 Cxquery_f act; /* act on selected data */ 561 Cxunsigned_t selected; /* # records selected */ member in struct:Cxexpr_s
|
H A D | dssopen.c | 70 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 D | plot.tcl | 58 $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 D | twind.tcl | 149 $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 D | text.tcl | 49 text, in which case it will replace the selected text.
|
/ast/src/lib/libtk/library/ |
H A D | tkfbox.tcl | 163 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 D | tkListbox.c | 31 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 D | sed2.c | 28 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 D | pax.h | 457 size_t selected; /* number of selected members */ \ 612 size_t selected; /* total of selected members */ \
|
H A D | format.c | 460 if (ap->selected > state.selected) 462 state.selected = ap->selected;
|
H A D | pax.c | 52 " 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 D | copy.c | 97 ap->selected--;
|
H A D | misc.c | 216 ap->selected++;
|
H A D | delta.c | 582 ap->selected++; 816 op->selected = op->entries;
|
/ast/src/cmd/mailx/ |
H A D | imap.c | 201 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 D | Makerules.mk | 4632 * $(.SELECT.) list of all or selected source files
|