Searched refs:COL_YES (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
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() 595 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_YES); in on_show_range1_activate() 819 else if (col == COL_YES) in change_sym_value() 927 || col == COL_YES) { in on_treeview2_button_press_event() 972 col = COL_YES; in on_treeview2_key_press_event() 1134 row[COL_YES] = g_strdup("Y"); in fill_row() 1146 row[COL_YES] = g_strdup("_"); in fill_row() 1181 COL_YES, row[COL_YES], in set_node()
|