• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/

Lines Matching refs:debug_printf_parse

93 #define debug_printf_parse(...)  do {} while (0)
104 #ifndef debug_printf_parse
105 #define debug_printf_parse(...) fprintf(stderr, __VA_ARGS__)
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_word return 1: ambiguous redirect\n");
2959 debug_printf_parse("done_word return 0\n");
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);
3012 debug_printf_parse("done_pipe entered, followup %d\n", type);
3026 debug_printf_parse("done_pipe return 0\n");
3185 debug_printf_parse("parse_group entered\n");
3188 debug_printf_parse("parse_group return 1: syntax error, groups and arglists don't mix\n");
3203 debug_printf_parse("parse_group return %d\n", rcode);
3224 debug_printf_parse("handle_dollar entered: ch='%c'\n", ch);
3229 debug_printf_parse(": '%c'\n", ch);
3242 debug_printf_parse(": '%c'\n", ch);
3264 debug_printf_parse("handle_dollar return 1: unterminated ${name}\n");
3267 debug_printf_parse(": '%c'\n", ch);
3288 debug_printf_parse("handle_dollar return 0\n");
3305 debug_printf_parse("parse_stream entered, end_trigger='%s'\n", end_trigger);
3316 debug_printf_parse(": ch=%c (%d) m=%d quote=%d\n",
3323 debug_printf_parse("parse_stream return 1: unterminated \"\n");
3331 debug_printf_parse("parse_stream return 1: done_word!=0\n");
3346 debug_printf_parse("parse_stream return 0: end_trigger char found\n");
3367 debug_printf_parse("parse_stream return 1: \\<eof>\n");
3375 debug_printf_parse("parse_stream return 1: handle_dollar returned non-0\n");
3389 debug_printf_parse("parse_stream return 1: unterminated '\n");
3453 debug_printf_parse("parse_stream return 1: parse_group returned non-0\n");
3460 debug_printf_parse("parse_stream return 1: unexpected '}'\n");
3475 debug_printf_parse("parse_stream return %d\n", -(end_trigger != NULL));