Searched refs:debug_printf_parse (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.c93 #define debug_printf_parse(...) do {} while (0) macro
104 #ifndef debug_printf_parse
105 #define debug_printf_parse(...) fprintf(stderr, __VA_ARGS__) macro
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");
2926 debug_printf_parse(": checking '%s' for reserved-ness\n", dest->data);
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_wor
[all...]

Completed in 104 milliseconds