child_to_clean     22 run-command.c  	struct child_to_clean *next;
child_to_clean     24 run-command.c  static struct child_to_clean *children_to_clean;
child_to_clean     30 run-command.c  		struct child_to_clean *p = children_to_clean;
child_to_clean     52 run-command.c  	struct child_to_clean *p = xmalloc(sizeof(*p));
child_to_clean     66 run-command.c  	struct child_to_clean **pp;
child_to_clean     69 run-command.c  		struct child_to_clean *clean_me = *pp;