Searched refs:opt_index (Results 1 - 6 of 6) sorted by relevance
/external/bison/lib/ |
H A D | getopt1.c | 42 const struct option *long_options, int *opt_index) 45 opt_index, 0, 0); 50 const struct option *long_options, int *opt_index, 53 return _getopt_internal_r (argc, argv, options, long_options, opt_index, 65 const struct option *long_options, int *opt_index) 68 opt_index, 1, 0); 73 const struct option *long_options, int *opt_index, 76 return _getopt_internal_r (argc, argv, options, long_options, opt_index, 40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument 48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument 62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument 71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
|
/external/chromium_org/printing/backend/ |
H A D | print_backend_cups.cc | 120 for (int opt_index = 0; opt_index < printer.num_options; ++opt_index) { 121 printer_info.options[printer.options[opt_index].name] = 122 printer.options[opt_index].value;
|
/external/fio/ |
H A D | goptions.c | 17 unsigned int opt_index; member in struct:gopt 164 gopt->opt_index = idx; 207 struct fio_option *o = &fio_options[s->gopt.opt_index]; 268 struct fio_option *o = &fio_options[c->gopt.opt_index]; 313 struct fio_option *o = &fio_options[c->gopt.opt_index]; 358 struct fio_option *o = &fio_options[c->gopt.opt_index]; 460 struct fio_option *o = &fio_options[i->gopt.opt_index]; 579 struct fio_option *o = &fio_options[b->gopt.opt_index]; 1007 struct fio_option *o, unsigned int opt_index, 1019 go = gopt_new_str_val(gjv, o, ullp, opt_index); 1006 gopt_add_option(struct gopt_job_view *gjv, GtkWidget *hbox, struct fio_option *o, unsigned int opt_index, struct thread_options *to) argument [all...] |
H A D | options.c | 3940 int opt_index = 0; local 3944 opt_index++; 3948 if (opt_index + 1 == FIO_MAX_OPTS) { 3953 memcpy(&fio_options[opt_index], o, sizeof(*o)); 3954 fio_options[opt_index + 1].name = NULL;
|
/external/chromium_org/v8/src/ |
H A D | debug-debugger.js | 968 ExecutionState.prototype.frame = function(opt_index) { 970 if (opt_index == null) opt_index = this.selected_frame; 971 if (opt_index < 0 || opt_index >= this.frameCount()) { 974 return new FrameMirror(this.break_id, opt_index);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
H A D | dom_util.js | 724 * @param {number=} opt_index Starting offset into the given node's text. 727 cvox.DomUtil.getPrefixText = function(node, opt_index) { 728 opt_index = opt_index || 0; 743 opt_index == 0 &&
|
Completed in 598 milliseconds