Lines Matching defs:ol
47 struct option_list *ol = ((struct option_list *)
56 ol->next = CPU_OPTIONS (cpu);
57 ol->options = table;
58 CPU_OPTIONS (cpu) = ol;
62 ol->next = STATE_OPTIONS (sd);
63 ol->options = table;
64 STATE_OPTIONS (sd) = ol;
588 const struct option_list *ol;
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
600 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
603 for (ol = CPU_OPTIONS (STATE_CPU (sd, i)); ol != NULL; ol = ol->next)
604 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
626 for (i = OPTION_START, ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
627 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
659 for (ol = CPU_OPTIONS (cpu); ol != NULL; ol = ol->next)
660 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
802 print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_command)
806 for ( ; ol != NULL; ol = ol->next)
807 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
1025 const struct option_list *ol;
1032 ol = CPU_OPTIONS (cpu);
1034 ol = STATE_OPTIONS (sd);
1039 for ( ; ol != NULL; ol = ol->next)
1040 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)
1077 complete_option_list (char **ret, size_t *cnt, const struct option_list *ol,
1083 for ( ; ol != NULL; ol = ol->next)
1084 for (opt = ol->options; OPTION_VALID_P (opt); ++opt)