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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c504 static int done_command(struct p_context *ctx);
2817 done_command(ctx); /* creates the memory for working child */
2965 static int done_command(struct p_context *ctx) function
2977 debug_printf_parse("done_command: skipping null cmd, num_progs=%d\n", pi->num_progs);
2981 debug_printf_parse("done_command: ++num_progs=%d\n", pi->num_progs);
2983 debug_printf_parse("done_command: initializing, num_progs=%d\n", pi->num_progs);
3013 not_null = done_command(ctx); /* implicit closure of previous command */
3024 done_command(ctx); /* set up new pipe to accept commands */
3447 done_command(ctx);

Completed in 112 milliseconds