Lines Matching refs:debug_printf_parse
460 #define debug_printf_parse(...) do {} while (0) macro
566 #ifndef debug_printf_parse
1266 #ifndef debug_printf_parse
1267 # define debug_printf_parse(...) (indent(), fdprintf(2, __VA_ARGS__)) macro
2759 debug_printf_parse("G.parse_lineno++ = %u\n", G.parse_lineno); in i_getch()
2794 debug_printf_parse("G.parse_lineno++ = %u\n", G.parse_lineno); in i_getch()
3783 debug_printf_parse("done_command: skipping null cmd, num_cmds=%d\n", pi->num_cmds); in done_command()
3787 debug_printf_parse("done_command: ++num_cmds=%d\n", pi->num_cmds); in done_command()
3790 debug_printf_parse("done_command: initializing, num_cmds=%d\n", pi->num_cmds); in done_command()
3801 debug_printf_parse("command->lineno = G.parse_lineno (%u)\n", G.parse_lineno); in done_command()
3810 debug_printf_parse("done_pipe entered, followup %d\n", type); in done_pipe()
3834 debug_printf_parse("BG with more than one pipe, converting to { p1 &&...pN; } &\n"); in done_pipe()
3877 debug_printf_parse("done_pipe: adding new pipe: " in done_pipe()
3908 debug_printf_parse("done_pipe return\n"); in done_pipe()
4031 debug_printf_parse("push stack %p\n", old); in reserved_word()
4049 debug_printf_parse("ctx->is_assignment='%s'\n", assignment_flag[ctx->is_assignment]); in reserved_word()
4055 debug_printf_parse("pop stack %p\n", ctx->stack); in reserved_word()
4080 debug_printf_parse("pop, remembering as:'%s'\n", in reserved_word()
4099 debug_printf_parse("done_word entered: '%s' %p\n", ctx->word.data, command); in done_word()
4101 debug_printf_parse("done_word return 0: true null, ignored\n"); in done_word()
4143 debug_printf_parse("word stored in rd_filename: '%s'\n", ctx->word.data); in done_word()
4175 debug_printf_parse("checking for reserved-ness: %d\n", !!reserved); in done_word()
4194 debug_printf_parse("done_word return %d\n", in done_word()
4235 debug_printf_parse("done_word return 1: syntax error, " in done_word()
4249 debug_printf_parse("++assignment_cnt=%d\n", command->assignment_cnt); in done_word()
4251 debug_printf_parse("ctx->is_assignment was:'%s'\n", assignment_flag[ctx->is_assignment]); in done_word()
4254 debug_printf_parse("ctx->is_assignment='%s'\n", assignment_flag[ctx->is_assignment]); in done_word()
4284 debug_printf_parse("done_word return 0\n"); in done_word()
4385 debug_printf_parse("redirect type %d %s\n", redir->rd_fd, in parse_redirect()
4393 debug_printf_parse("duplicating redirect '%d>&%d'\n", in parse_redirect()
4614 debug_printf_parse("parse_group entered\n"); in parse_group()
4654 debug_printf_parse("parse_group return -1: " in parse_group()
4695 debug_printf_parse("parse_group return -1: " in parse_group()
4702 debug_printf_parse("end of group, remembering as:'%s'\n", in parse_group()
4728 debug_printf_parse("parse_group return %d\n", heredoc_cnt); in parse_group()
4924 debug_printf_parse("%s return '%s' ch:'%c'\n", __func__, dest->data, ch); in add_till_closing_bracket()
4940 debug_printf_parse("parse_dollar_squote entered: ch='%c'\n", ch); in parse_dollar_squote()
5036 debug_printf_parse("parse_dollar entered: ch='%c' quote_mask:0x%x\n", ch, quote_mask); in parse_dollar()
5044 debug_printf_parse(": '%c'\n", ch); in parse_dollar()
5061 debug_printf_parse(": '%c'\n", ch); in parse_dollar()
5091 debug_printf_parse("parse_dollar return 0: unterminated ${name}\n"); in parse_dollar()
5115 debug_printf_parse(": '%c'\n", ch); in parse_dollar()
5133 debug_printf_parse(": '%c'\n", ch); in parse_dollar()
5288 debug_printf_parse("parse_dollar return 1 (ok)\n"); in parse_dollar()
5311 debug_printf_parse("encode_string return 1 (ok)\n"); in encode_string()
5323 debug_printf_parse("\" ch=%c (%d) escape=%d\n", in encode_string()
5355 debug_printf_parse("encode_string return 0: " in encode_string()
5402 debug_printf_parse("parse_stream entered, end_trigger='%c'\n", in parse_stream()
5428 debug_printf_parse(": ch=%c (%d) escape=%d\n", in parse_stream()
5462 debug_printf_parse("as_string1 '%s'\n", ctx.as_string.data); in parse_stream()
5473 debug_printf_parse("parse_stream return %p\n", pi); in parse_stream()
5578 debug_printf_parse("ctx.is_assignment='%s'\n", assignment_flag[ctx.is_assignment]); in parse_stream()
5647 debug_printf_parse("ctx.is_assignment='%s'\n", assignment_flag[ctx.is_assignment]); in parse_stream()
5698 debug_printf_parse("ctx.is_assignment='%s'\n", assignment_flag[ctx.is_assignment]); in parse_stream()
5705 debug_printf_parse("as_string2 '%s'\n", ctx.as_string.data); in parse_stream()
5720 debug_printf_parse("parse_stream return %p: " in parse_stream()
5813 debug_printf_parse("ctx.is_assignment='%s'\n", assignment_flag[ctx.is_assignment]); in parse_stream()
5833 debug_printf_parse("parse_stream parse error: " in parse_stream()
5900 debug_printf_parse("ctx.is_assignment='%s'\n", assignment_flag[ctx.is_assignment]); in parse_stream()
6243 debug_printf_parse("%s: ch=%c (%d) escape=%d\n", in encode_then_expand_vararg()
6267 debug_printf_parse("%s: error: \\<eof>\n", __func__); in encode_then_expand_vararg()
6277 debug_printf_parse("%s: error: parse_dollar returned 0 (error)\n", __func__); in encode_then_expand_vararg()
6301 debug_printf_parse("encode: '%s' -> '%s'\n", str, dest.data); in encode_then_expand_vararg()
6307 debug_printf_parse("expand: '%s' -> '%s'\n", dest.data, exp_str); in encode_then_expand_vararg()
6341 debug_printf_parse("%s: ch=%c (%d) escape=%x\n", in encode_then_append_var_plusminus()
6398 debug_printf_parse("%s: error: \\<eof>\n", __func__); in encode_then_append_var_plusminus()
6406 debug_printf_parse("%s: error: parse_dollar returned 0 (error)\n", __func__); in encode_then_append_var_plusminus()