Searched refs:parent_cmd (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c365 * (struct function has ->parent_cmd ptr to facilitate that).
370 * (sets ->child_func->parent_cmd to NULL).
472 struct command *parent_cmd; member in struct:function
3366 command->child_func->parent_cmd = NULL;
3511 struct command *cmd = funcp->parent_cmd;
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
4196 funcp->parent_cmd = command;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c365 * (struct function has ->parent_cmd ptr to facilitate that).
370 * (sets ->child_func->parent_cmd to NULL).
472 struct command *parent_cmd; member in struct:function
3366 command->child_func->parent_cmd = NULL;
3511 struct command *cmd = funcp->parent_cmd;
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
4196 funcp->parent_cmd = command;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c365 * (struct function has ->parent_cmd ptr to facilitate that).
370 * (sets ->child_func->parent_cmd to NULL).
472 struct command *parent_cmd; member in struct:function
3366 command->child_func->parent_cmd = NULL;
3511 struct command *cmd = funcp->parent_cmd;
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
4196 funcp->parent_cmd = command;

Completed in 204 milliseconds