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

Completed in 47 milliseconds