Searched refs:select (Results 226 - 250 of 796) sorted by relevance

1234567891011>>

/macosx-10.9.5/cups-372.4/cups/backend/
H A Dnetwork.c32 # include <sys/select.h>
55 if (select(CUPS_SC_FD + 1, &input, NULL, NULL, &timeout) > 0)
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc-vars.el90 (defcustom eudc-multiple-match-handling-method 'select
94 `select' pop-up a selection buffer,
101 :tag "Select Interactively" select)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dsleep.c201 select(0,(fd_set*)0,(fd_set*)0,(fd_set*)0,&timeloc);
215 select(0,(fd_set*)0,(fd_set*)0,n);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h628 const xmlChar *select; /* TODO: Change this to "expression". */ member in struct:_xsltStyleBasicExpressionItem
746 * select = node-set-expression
759 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */ member in struct:_xsltStyleItemApplyTemplates
830 * select = expression />
840 * select = string-expression
849 const xmlChar *select; member in struct:_xsltStyleItemValueOf
904 * select = node-set-expression>
969 const xmlChar *select; member in struct:_xsltStyleBasicItemVariable
984 * select = expression>
997 * select
1007 const xmlChar *select; member in struct:_xsltStyleItemParam
1061 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */ member in struct:_xsltStyleItemSort
1408 const xmlChar *select; /* sort, copy-of, value-of, apply-templates */ member in struct:_xsltStylePreComp
1436 const xmlChar *select; /* the eval string */ member in struct:_xsltStackElem
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dmeasure.c109 if (select(sock_raw+1, &ready, 0,0, &tout)) {
179 count = select(sock_raw+1, &ready, (fd_set *)0,
/macosx-10.9.5/ruby-104/ruby/
H A Deval_intern.h66 #include <sys/select.h>
70 Solaris sys/select.h switches select to select_large_fdset to support larger
76 #define select(n, r, w, e, t) select_large_fdset((n), (r), (w), (e), (t)) macro
/macosx-10.9.5/screen-22/screen/
H A Dsched.c184 nsel = select(FD_SETSIZE, &r, &w, (fd_set *)0, timeoutev ? &timeout : (struct timeval *) 0);
199 Panic(errno, "select");
212 * Sequents select emulation counts a descriptor which is
273 if (select(FD_SETSIZE, &r, &w, (fd_set *)0, &tv) == -1)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_simple.c22 * exception masks to select during calls to Tcl_DoOneEvent.
27 * to be used in the next call to select.
33 * last call to select. */
45 * for the next call to select. This procedure is invoked by
47 * before it invokes select.
70 * in select. */
108 * present on a file the last time the notifier invoked select.
196 numFound = select(numFdBits, (SELECT_MASK *) &readyMasks[0],
211 * select.
243 * The only trick here is that select appear
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/projects/visualc71/
H A DREADME_zlib.txt18 1) On the main menu, select "File | Open Solution".
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpack.tcl301 $w select from $id ${sel.first}
302 $w select to $id ${sel.last}
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dtkpiechart.tcl7 {canlabel.tcl source {::canvasLabel::_copy ::canvasLabel::canvasLabel ::canvasLabel::eventuallyDeleteRelief ::canvasLabel::options ::canvasLabel::set-anchor ::canvasLabel::set-background ::canvasLabel::set-bordercolor ::canvasLabel::set-borderwidth ::canvasLabel::set-bulletwidth ::canvasLabel::set-font ::canvasLabel::set-foreground ::canvasLabel::set-justify ::canvasLabel::set-minimumwidth ::canvasLabel::set-padding ::canvasLabel::set-scale ::canvasLabel::set-select ::canvasLabel::set-selectrelief ::canvasLabel::set-stipple ::canvasLabel::set-text ::canvasLabel::set-textbackground ::canvasLabel::set-width ::canvasLabel::update ::canvasLabel::updateRelief ::canvasLabel::~canvasLabel}}
10 {selector.tcl source {::selector::_copy ::selector::_extend ::selector::_list ::selector::_selected ::selector::add ::selector::clear ::selector::deselect ::selector::extend ::selector::list ::selector::options ::selector::ordered ::selector::remove ::selector::select ::selector::selected ::selector::selector ::selector::set ::selector::set-selectcommand ::selector::toggle ::selector::unset ::selector::update ::selector::~selector}}
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dctext.tcl24 2. You can also select with button 1.
48 $c bind text <Shift-1> "$c select adjust current @%x,%y"
127 $w select from current @$x,$y
131 $w select to current @$x,$y
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dctext.tcl22 2. You can also select with button 1.
48 $c bind text <Shift-1> "$c select adjust current @%x,%y"
127 $w select from current @$x,$y
131 $w select to current @$x,$y
/macosx-10.9.5/vim-53/runtime/indent/
H A Dhamster.vim28 " case, select, default, do, until, while, for, start
H A Dvhdl.vim17 setlocal indentkeys+==~begin,=~end\ ,=~end\ ,=~is,=~select,=~when
124 " indent: align conditional/select statement
183 " keyword: "select"
188 let s1 = s:NC.'\<select'.s:ES
285 " keyword: "select"
288 if prevs =~? s:NC.'\<select'.s:ES
/macosx-10.9.5/vim-53/runtime/macros/hanoi/
H A Dhanoi.vim5 " two lines to the height you want (select from 1 to 9)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNavigatorView.js210 * @param {boolean=} select
212 revealUISourceCode: function(uiSourceCode, select)
220 node.reveal(select);
846 * @param {boolean=} select
848 reveal: function(select)
853 if (select)
854 this._treeElement.select();
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl251 set select $Priv(selection)
282 lappend select $item
284 set i [lsearch -exact $select $item]
285 set select [lreplace $select $i $i]
288 lappend select $item
293 $T selection modify $select all
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dplurfmt.cpp439 keyword=selector.select(number-offset, ec);
466 UnicodeString PluralFormat::PluralSelectorAdapter::select(double number, function in class:PluralFormat::PluralSelectorAdapter
468 return pluralRules->select(number);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c201 rv=select(FD_SETSIZE,&fdset,NULL,NULL,&tv);
208 rv=select(FD_SETSIZE,NULL,&fdset,NULL,&tv);
236 /* TODO: probably only set up deadline if we have to do select() */
401 rv=select(FD_SETSIZE,NULL,&fdset,NULL,&tv);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dselect.c2 * "$Id: select.c 11158 2013-07-17 18:31:56Z msweet $"
18 * cupsdDoSelect() - Do a select-like operation.
45 # include <sys/select.h>
55 * OS select poll epoll kqueue /dev/poll
96 * 1. select() O(n)
98 * copies and then used with select().
170 * performed 5.5% slower than select(), followed by kqueue() at 16%
171 * slower than select() and poll() at 18% slower than select(). Similar
229 #else /* select() */
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmds.c112 i = select(sock+1, &ready, (fd_set *)0,
117 warn("select(date read)");
325 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0,
483 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabnotebook.itk141 public method select { index }
215 -command [itcl::code $this component notebook select]
809 # METHOD: select index
813 itcl::body iwidgets::Tabnotebook::select { index } {
814 $itk_component(notebook) select $index
815 $itk_component(tabset) select $index
839 $itk_component(tabset) select [index select]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c2731 char * select,
2747 if (select!=NULL) {
2748 TRACE2("xsltSetVar variableName='%s' select='%s'\n", variableName, select);
2749 rc = evalXPath (xs, context, currentNode, currentPos, select, &rs,
2880 char *select; local
2939 select = getAttr (topLevelVar->node, "select", a_select);
2941 0, select, topLevelVar->node, 1, errMsg);
3422 char *str, *select; local
2725 xsltSetVar( xsltState * xs, char * variableName, xpathResultSet * context, domNode * currentNode, int currentPos, char * select, domNode * actionNode, int active, char ** errMsg ) argument
3473 char *str, *evStr, *select, *lang; local
3924 char *str, *str2, *select, *pc, *nsAT, *out; local
6051 char *select, prefix[MAX_PREFIX_LEN]; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.h73 #include <sys/select.h>

Completed in 261 milliseconds

1234567891011>>