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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c504 static int done_word(o_string *dest, struct p_context *ctx);
2907 static int done_word(o_string *dest, struct p_context *ctx) function
2913 debug_printf_parse("done_word entered: '%s' %p\n", dest->data, child);
2915 debug_printf_parse("done_word return 0: true null, ignored\n");
2923 debug_printf_parse("done_word return 1: syntax error, groups and arglists don't mix\n");
2929 debug_printf_parse("done_word return %d\n", (ctx->res_w == RES_SNTX));
2939 debug_printf_parse("done_word return 1: xglob returned %d\n", gr);
2948 debug_printf_parse("done_word return 1: ambiguous redirect\n");
2956 done_word(dest, ctx);
2960 debug_printf_parse("done_word retur
[all...]

Completed in 44 milliseconds