Home
last modified time | relevance | path

Searched refs:children_to_clean (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Drun-command.c29 static struct child_to_clean *children_to_clean; variable
36 while (children_to_clean) { in cleanup_children()
37 struct child_to_clean *p = children_to_clean; in cleanup_children()
38 children_to_clean = p->next; in cleanup_children()
91 p->next = children_to_clean; in mark_child_for_cleanup()
92 children_to_clean = p; in mark_child_for_cleanup()
105 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()
/dports/devel/git-gui/git-2.34.1/
H A Drun-command.c31 static struct child_to_clean *children_to_clean; variable
38 while (children_to_clean) { in cleanup_children()
39 struct child_to_clean *p = children_to_clean; in cleanup_children()
40 children_to_clean = p->next; in cleanup_children()
93 p->next = children_to_clean; in mark_child_for_cleanup()
94 children_to_clean = p; in mark_child_for_cleanup()
107 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()
/dports/devel/git-p4/git-2.34.1/
H A Drun-command.c31 static struct child_to_clean *children_to_clean; variable
38 while (children_to_clean) { in cleanup_children()
39 struct child_to_clean *p = children_to_clean; in cleanup_children()
40 children_to_clean = p->next; in cleanup_children()
93 p->next = children_to_clean; in mark_child_for_cleanup()
94 children_to_clean = p; in mark_child_for_cleanup()
107 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()
/dports/devel/git-svn/git-2.34.1/
H A Drun-command.c31 static struct child_to_clean *children_to_clean; variable
38 while (children_to_clean) { in cleanup_children()
39 struct child_to_clean *p = children_to_clean; in cleanup_children()
40 children_to_clean = p->next; in cleanup_children()
93 p->next = children_to_clean; in mark_child_for_cleanup()
94 children_to_clean = p; in mark_child_for_cleanup()
107 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()
/dports/devel/git/git-2.34.1/
H A Drun-command.c31 static struct child_to_clean *children_to_clean; variable
38 while (children_to_clean) { in cleanup_children()
39 struct child_to_clean *p = children_to_clean; in cleanup_children()
40 children_to_clean = p->next; in cleanup_children()
93 p->next = children_to_clean; in mark_child_for_cleanup()
94 children_to_clean = p; in mark_child_for_cleanup()
107 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()
/dports/devel/git-cvs/git-2.34.1/
H A Drun-command.c31 static struct child_to_clean *children_to_clean; variable
38 while (children_to_clean) { in cleanup_children()
39 struct child_to_clean *p = children_to_clean; in cleanup_children()
40 children_to_clean = p->next; in cleanup_children()
93 p->next = children_to_clean; in mark_child_for_cleanup()
94 children_to_clean = p; in mark_child_for_cleanup()
107 for (pp = &children_to_clean; *pp; pp = &(*pp)->next) { in clear_child_for_cleanup()