Searched refs:COL_YES (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 66 COL_OPTION, COL_NAME, COL_NO, COL_MOD, COL_YES, COL_VALUE, enumerator 327 "text", COL_YES, in init_right_tree() 347 column = gtk_tree_view_get_column(view, COL_YES); in init_right_tree() 594 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_YES); in on_show_range1_activate() 818 else if (col == COL_YES) in change_sym_value() 926 || col == COL_YES) { in on_treeview2_button_press_event() 971 col = COL_YES; in on_treeview2_key_press_event() 1133 row[COL_YES] = g_strdup("Y"); in fill_row() 1145 row[COL_YES] = g_strdup("_"); in fill_row() 1180 COL_YES, row[COL_YES], in set_node()
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.c | 60 COL_OPTION, COL_NAME, COL_NO, COL_MOD, COL_YES, COL_VALUE, enumerator 322 "text", COL_YES, in init_right_tree() 342 column = gtk_tree_view_get_column(view, COL_YES); in init_right_tree() 590 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_YES); in on_show_range1_activate() 811 else if (col == COL_YES) in change_sym_value() 919 || col == COL_YES) { in on_treeview2_button_press_event() 964 col = COL_YES; in on_treeview2_key_press_event() 1130 row[COL_YES] = g_strdup("Y"); in fill_row() 1142 row[COL_YES] = g_strdup("_"); in fill_row() 1177 COL_YES, row[COL_YES], in set_node()
|