Home
last modified time | relevance | path

Searched refs:COL_OPTION (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c66 COL_OPTION, COL_NAME, COL_NO, COL_MOD, COL_YES, COL_VALUE, enumerator
252 "text", COL_OPTION, in init_left_tree()
302 "text", COL_OPTION, in init_right_tree()
912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
917 } else if (col == COL_OPTION) { in on_treeview2_button_press_event()
1047 for (i = COL_OPTION; i <= COL_COLOR; i++) in fill_row()
1051 row[COL_OPTION] = in fill_row()
1176 COL_OPTION, row[COL_OPTION], in set_node()
/openbmc/linux/scripts/kconfig/
H A Dgconf.c60 COL_OPTION, COL_NAME, COL_NO, COL_MOD, COL_YES, COL_VALUE, enumerator
247 "text", COL_OPTION, in init_left_tree()
297 "text", COL_OPTION, in init_right_tree()
905 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
910 } else if (col == COL_OPTION) { in on_treeview2_button_press_event()
1040 for (i = COL_OPTION; i <= COL_COLOR; i++) in fill_row()
1046 row[COL_OPTION] = in fill_row()
1173 COL_OPTION, row[COL_OPTION], in set_node()