Home
last modified time | relevance | path

Searched refs:anjuta_project_node_next_sibling (Results 1 – 15 of 15) sorted by relevance

/dports/devel/anjuta/anjuta-3.34.0/plugins/am-project/
H A Dac-writer.c353 …or (sibling = anjuta_project_node_next_sibling (ANJUTA_PROJECT_NODE (module)); sibling != NULL; si… in amp_module_node_create_token()
434 else if ((sibling = anjuta_project_node_next_sibling (ANJUTA_PROJECT_NODE (package))) != NULL) in amp_package_node_create_token()
H A Dprojectparser.c229 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_children()
242 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_children()
255 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_children()
268 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_children()
281 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_children()
H A Damp-module.c215 …ild (ANJUTA_PROJECT_NODE (group)); target != NULL; target = anjuta_project_node_next_sibling (targ… in amp_module_node_erase()
221 …project_node_first_child (target); module != NULL; module = anjuta_project_node_next_sibling (modu… in amp_module_node_erase()
H A Dam-writer.c151 next = anjuta_project_node_next_sibling (next); in anjuta_token_find_target_property_position()
520 …for (sibling = anjuta_project_node_next_sibling (ANJUTA_PROJECT_NODE (group)); sibling != NULL; si… in amp_group_node_create_token()
821 …or (sibling = anjuta_project_node_next_sibling (ANJUTA_PROJECT_NODE (target)); sibling != NULL; si… in amp_target_node_create_token()
1103 …or (sibling = anjuta_project_node_next_sibling (ANJUTA_PROJECT_NODE (source)); sibling != NULL; si… in amp_source_node_create_token()
H A Damp-target.c278 …_child (ANJUTA_PROJECT_NODE (node)); child != NULL; child = anjuta_project_node_next_sibling (chil… in amp_target_changed()
481 …_child (ANJUTA_PROJECT_NODE (parent)); node != NULL; node = anjuta_project_node_next_sibling (node… in amp_target_node_erase()
H A Damp-group.c92 …ild (ANJUTA_PROJECT_NODE (group)); target != NULL; target = anjuta_project_node_next_sibling (targ… in project_load_group_module()
122 …d (ANJUTA_PROJECT_NODE (project)); module != NULL; module = anjuta_project_node_next_sibling (modu… in project_load_group_module()
705 …child (ANJUTA_PROJECT_NODE (group)); child != NULL; child = anjuta_project_node_next_sibling (chil… in amp_group_node_save()
H A Dam-project.c1513 …t_node_first_child (new_node); new_node != NULL; new_node = anjuta_project_node_next_sibling (new_… in amp_project_map_children()
1520 …t_node_first_child (old_node); old_node != NULL; old_node = anjuta_project_node_next_sibling (old_… in amp_project_map_children()
2539 …_child (ANJUTA_PROJECT_NODE (root)); child != NULL; child = anjuta_project_node_next_sibling (chil… in amp_project_save()
/dports/devel/anjuta/anjuta-3.34.0/plugins/project-manager/
H A Dproject-util.c48 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in gbf_project_util_node_all()
H A Dproject-model.c598 …de = anjuta_project_node_first_child (parent); node; node = anjuta_project_node_next_sibling (node… in gbf_project_model_add_target_shortcut()
656 …de = anjuta_project_node_first_child (parent); node; node = anjuta_project_node_next_sibling (node… in gbf_project_model_move_target_shortcut()
707 …uta_project_node_first_child (node); child != NULL; child = anjuta_project_node_next_sibling (chil… in gbf_project_model_add_node()
725 …uta_project_node_first_child (node); child != NULL; child = anjuta_project_node_next_sibling (chil… in gbf_project_model_add_node()
H A Dproject.c336 …_node_first_child (project->root); module != NULL; module = anjuta_project_node_next_sibling (modu… in anjuta_pm_project_get_packages()
342 …oject_node_first_child (module); package != NULL; package = anjuta_project_node_next_sibling (pack… in anjuta_pm_project_get_packages()
H A Dproject-view.c903 …uta_project_node_first_child (parent); node != NULL; node = anjuta_project_node_next_sibling (node… in list_visible_children()
H A Ddialogs.c2075 …njuta_project_node_first_child (root); node != NULL; node = anjuta_project_node_next_sibling (node… in anjuta_pm_project_new_package()
/dports/devel/anjuta/anjuta-3.34.0/plugins/dir-project/
H A Ddir-project.c651 next = anjuta_project_node_next_sibling (node); in dir_project_load_directory_callback()
717 node = anjuta_project_node_next_sibling (node)) in dir_project_load_directory_callback()
834 node = anjuta_project_node_next_sibling (node)) in dir_project_load_directory()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-project.h199 AnjutaProjectNode *anjuta_project_node_next_sibling (AnjutaProjectNode *node);
H A Danjuta-project.c267 anjuta_project_node_next_sibling (AnjutaProjectNode *node) in anjuta_project_node_next_sibling() function
561 …a_project_node_first_child (parent); child != NULL; child = anjuta_project_node_next_sibling (chil… in anjuta_project_node_dump_child()