Searched refs:COL_YES (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | gconf.c | 58 COL_OPTION, COL_NAME, COL_NO, COL_MOD, COL_YES, COL_VALUE, enumerator 290 "text", COL_YES, in init_right_tree() 310 column = gtk_tree_view_get_column(view, COL_YES); in init_right_tree() 558 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_YES); in on_show_range1_activate() 779 else if (col == COL_YES) in change_sym_value() 887 || col == COL_YES) { in on_treeview2_button_press_event() 932 col = COL_YES; in on_treeview2_key_press_event() 1094 row[COL_YES] = g_strdup("Y"); in fill_row() 1106 row[COL_YES] = g_strdup("_"); in fill_row() 1141 COL_YES, row[COL_YES], in set_node()
|