Home | History | Annotate | Download | only in common

Lines Matching defs:OPTION

10 (at your option) any later version.
25 /* ARGV option support.
31 For OPTION_HANDLER: arg#2 is the processor to apply to option to
32 (all if NULL); arg#3 is the option index; arg#4 is the option's
38 /* Declare option handlers with a macro so it's usable on k&r systems. */
43 /* The long option information. */
45 struct option opt;
47 /* The short option with the same meaning ('\0' if none).
70 If DOC is NULL, this option name is listed as a synonym for the
71 previous option.
73 If DOC and DOC_NAME are the empty string (i.e. ""), this option
87 /* A function to process the option. */
94 If DOC and DOC_NAME are the empty string (i.e. ""), this option
98 listed as the name of the option in usage and help messages.
111 } OPTION;
116 the actual numbers used and then passes the original value to the option
120 /* Identify valid option in the table */
126 const OPTION *options;
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
148 /* Try to parse the command as if it is an option, Only fail when