Lines Matching +defs:store +defs:vars
60 inline static void add_stub(GtkTreeStore *store, GtkTreeIter *parent) in add_stub()
89 inline static void append_variables(GtkTreeView *tree, GtkTreeIter *parent, GList *vars, in append_variables()
94 GtkTreeStore *store = GTK_TREE_STORE(model); in append_variables() local
188 inline static GList *lookup_variable(GList *vars, gchar *name) in lookup_variable()
207 void free_variables_list(GList *vars) in free_variables_list()
216 static void update_variable(GtkTreeStore *store, GtkTreeIter *iter, variable *var, gboolean changed) in update_variable()
233 void expand_stub(GtkTreeView *tree, GtkTreeIter *parent, GList *vars) in expand_stub()
236 GtkTreeStore *store = GTK_TREE_STORE(model); in expand_stub() local
261 GtkTreeStore *store = GTK_TREE_STORE(model); in change_watch() local
281 void update_variables(GtkTreeView *tree, GtkTreeIter *parent, GList *vars) in update_variables()
285 GtkTreeStore *store = GTK_TREE_STORE(model); in update_variables() local
414 GtkTreeStore *store = GTK_TREE_STORE(model); in clear_watch_values() local
442 void variable_set_name_only(GtkTreeStore *store, GtkTreeIter *iter, gchar *name) in variable_set_name_only()