Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c672 struct function *child_func; member
3605 else if (command->child_func) { in free_pipe()
3606 debug_printf_exec("cmd %p releases child func at %p\n", command, command->child_func); in free_pipe()
3607 command->child_func->parent_cmd = NULL; in free_pipe()
9278 command->child_func = funcp; in run_pipe()