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

/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet.c124 CFIndex optionIndex = kCFNotFound; local
126 optionIndex = _find_option(argv[0], options, nOptions);
127 if (optionIndex == kCFNotFound) {
134 switch (options[optionIndex].type) {
139 SCPrint(TRUE, stdout, CFSTR("%s\n"), options[optionIndex].info);
143 selections *choices = (selections *)options[optionIndex].info;
150 options[optionIndex].description != NULL ? options[optionIndex].description : "selection");
162 options[optionIndex].description != NULL ? options[optionIndex]
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A Dtcldompro.c329 int optionIndex;
339 &optionIndex) != TCL_OK) {
350 switch ((enum nodeOptions) optionIndex) {
498 int optionIndex;
517 &optionIndex) != TCL_OK) {
522 "writable option", 0, &optionIndex) != TCL_OK) {
536 switch ((enum nodeOptions) optionIndex) {
2129 int optionIndex;
2149 &optionIndex) != TCL_OK) {
2161 switch ((enum iteratorOptions) optionIndex) {
325 int optionIndex; local
493 int optionIndex; local
2112 int optionIndex; local
2202 int optionIndex; local
2292 int optionIndex; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTrace.c98 typedef int (Tcl_TraceTypeObjCmd)(Tcl_Interp *interp, int optionIndex,
181 int optionIndex;
205 "option", 0, &optionIndex) != TCL_OK) {
208 switch ((enum traceOptions) optionIndex) {
227 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
250 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
293 if (optionIndex == TRACE_OLD_VARIABLE) {
387 int optionIndex, /* Add, info or remove */
405 switch ((enum traceOptions) optionIndex) {
454 if ((enum traceOptions) optionIndex
180 int optionIndex; local
383 TraceExecutionObjCmd( Tcl_Interp *interp, int optionIndex, int objc, Tcl_Obj *const objv[]) argument
637 TraceCommandObjCmd( Tcl_Interp *interp, int optionIndex, int objc, Tcl_Obj *const objv[]) argument
835 TraceVariableObjCmd( Tcl_Interp *interp, int optionIndex, int objc, Tcl_Obj *const objv[]) argument
[all...]
H A DtclIOCmd.c529 int optionIndex;
548 &optionIndex) != TCL_OK) {
551 mode = modeArray[optionIndex];
1446 int optionIndex, a, server = 0, port, myport = 0, async = 0;
1461 TCL_EXACT, &optionIndex) != TCL_OK) {
1464 switch ((enum socketOptions) optionIndex) {
523 int optionIndex; local
1427 int optionIndex, a, server = 0, port, myport = 0, async = 0; local
H A DtclEvent.c1437 int optionIndex;
1446 "option", 0, &optionIndex) != TCL_OK) {
1449 switch ((enum updateOptions) optionIndex) {
1416 int optionIndex; local
H A DtclClock.c1893 int optionIndex; /* Index of an option */
1915 &optionIndex) != TCL_OK) {
1920 switch (optionIndex) {
1936 saw |= (1 << optionIndex);
1868 int optionIndex; /* Index of an option */ local
H A DtclPkg.c760 int optionIndex, exact, i, satisfies;
775 &optionIndex) != TCL_OK) {
778 switch ((enum pkgOptions) optionIndex) {
756 int optionIndex, exact, i, satisfies; local
H A DtclCmdMZ.c3453 int optionIndex;
3456 &optionIndex) != TCL_OK) {
3459 switch (optionIndex) {
3422 int optionIndex; local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormSelectPopover.mm209 int optionIndex = 0;
218 return optionIndex;
219 optionIndex++;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIOCmd.c427 int optionIndex;
448 &optionIndex) != TCL_OK) {
451 mode = modeArray[optionIndex];
1325 int optionIndex, a, server, port;
1346 "option", TCL_EXACT, &optionIndex) != TCL_OK) {
1349 switch ((enum socketOptions) optionIndex) {
422 int optionIndex; local
1307 int optionIndex, a, server, port; local
H A DtclCmdMZ.c104 int optionIndex, int objc, Tcl_Obj *CONST objv[]));
2507 int optionIndex, flags, i;
2516 "switch", 0, &optionIndex) != TCL_OK) {
2520 switch (optionIndex) {
3096 int optionIndex;
3120 "option", 0, &optionIndex) != TCL_OK) {
3123 switch ((enum traceOptions) optionIndex) {
3141 return (traceSubCmds[typeIndex])(interp, optionIndex, objc, objv);
3183 if (optionIndex == TRACE_OLD_VARIABLE) {
3276 TclTraceExecutionObjCmd(interp, optionIndex, obj
2499 int optionIndex, flags, i; local
3084 int optionIndex; local
[all...]
H A DtclEvent.c1279 int optionIndex;
1288 "option", 0, &optionIndex) != TCL_OK) {
1291 switch ((enum updateOptions) optionIndex) {
1260 int optionIndex; local
H A DtclPkg.c938 int optionIndex, exact, i, satisfies;
957 &optionIndex) != TCL_OK) {
960 switch ((enum pkgOptions) optionIndex) {
934 int optionIndex, exact, i, satisfies; local
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextMark.c109 int optionIndex;
123 0, &optionIndex) != TCL_OK) {
127 switch ((enum markOptions) optionIndex) {
108 int optionIndex; local
H A DtkTextTag.c145 int optionIndex, i;
155 "tag option", 0, &optionIndex) != TCL_OK) {
159 switch ((enum tagOptions)optionIndex) {
164 if (((enum tagOptions)optionIndex) == TAG_ADD) {
144 int optionIndex, i; local
H A DtkTextWind.c146 int optionIndex;
160 "window option", 0, &optionIndex) != TCL_OK) {
163 switch ((enum windOptions) optionIndex) {
145 int optionIndex; local
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtclexpat.c673 int len = 0, optionIndex, result = TCL_OK; local
692 &optionIndex) != TCL_OK) {
696 switch ((enum options) optionIndex) {
1122 int optionIndex, value, bool; local
1135 "switch", 0, &optionIndex) != TCL_OK) {
1138 switch ((enum switches) optionIndex) {
1610 int optionIndex; local
1616 "switch", 0, &optionIndex) != TCL_OK) {
1627 if ((enum switches) optionIndex != EXPAT_HANDLERSET) {
1653 "switch", 0, &optionIndex) !
[all...]
H A Dtcldom.c1518 int rc, i, len, optionIndex, localmapping, cache = 0; local
1541 0, &optionIndex) != TCL_OK) {
1544 switch ((enum selectNodesOption) optionIndex) {
2888 int optionIndex, cdataChild, escapeAllQuot = 0; local
2914 &optionIndex) != TCL_OK) {
2917 switch ((enum asXMLOption) optionIndex) {
3036 int optionIndex, mode, escapeNonASCII = 0, htmlEntities = 0; local
3057 0, &optionIndex) != TCL_OK) {
3060 switch ((enum asHTMLOption) optionIndex) {
3360 int i, result, length, optionIndex; local
5334 int optionIndex, value, xml_string_len, mode; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dtcltklib.c3890 int optionIndex; local
3918 "option", 0, &optionIndex) != TCL_OK) {
3921 switch ((enum updateOptions) optionIndex) {
4044 int optionIndex; local
4087 "option", 0, &optionIndex) != TCL_OK) {
4090 switch ((enum updateOptions) optionIndex) {

Completed in 347 milliseconds