Searched refs:option_default_specs (Results 1 – 2 of 2) sorted by relevance
878 option_default_specs[] = { OPTION_DEFAULT_SPECS }; variable6317 for (i = 0; i < ARRAY_SIZE (option_default_specs); i++) in main()6318 do_option_spec (option_default_specs[i].name, in main()6319 option_default_specs[i].spec); in main()
20724 (struct default_spec, option_default_specs): New.