Searched refs:done_word (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.c503 static int done_word(o_string *dest, struct p_context *ctx);
2906 static int done_word(o_string *dest, struct p_context *ctx) function
2912 debug_printf_parse("done_word entered: '%s' %p\n", dest->data, child);
2914 debug_printf_parse("done_word return 0: true null, ignored\n");
2922 debug_printf_parse("done_word return 1: syntax error, groups and arglists don't mix\n");
2928 debug_printf_parse("done_word return %d\n", (ctx->res_w == RES_SNTX));
2938 debug_printf_parse("done_word return 1: xglob returned %d\n", gr);
2947 debug_printf_parse("done_word return 1: ambiguous redirect\n");
2955 done_word(dest, ctx);
2959 debug_printf_parse("done_word retur
[all...]

Completed in 105 milliseconds