Searched refs:COL_MOD (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 321 "text", COL_MOD, in init_right_tree() 345 column = gtk_tree_view_get_column(view, COL_MOD); in init_right_tree() 591 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate() 816 else if (col == COL_MOD) in change_sym_value() 925 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event() 969 col = COL_MOD; in on_treeview2_key_press_event() 1128 row[COL_MOD] = g_strdup("M"); in fill_row() 1143 row[COL_MOD] = g_strdup("_"); in fill_row() 1179 COL_MOD, row[COL_MOD], 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 316 "text", COL_MOD, in init_right_tree() 340 column = gtk_tree_view_get_column(view, COL_MOD); in init_right_tree() 587 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate() 809 else if (col == COL_MOD) in change_sym_value() 918 } else if (col == COL_NO || col == COL_MOD in on_treeview2_button_press_event() 962 col = COL_MOD; in on_treeview2_key_press_event() 1125 row[COL_MOD] = g_strdup("M"); in fill_row() 1140 row[COL_MOD] = g_strdup("_"); in fill_row() 1176 COL_MOD, row[COL_MOD], in set_node()
|