Lines Matching refs:debug_printf_heredoc
461 #define debug_printf_heredoc(...) do {} while (0) macro
1270 #ifndef debug_printf_heredoc
1271 # define debug_printf_heredoc(...) (indent(), fdprintf(2, __VA_ARGS__)) macro
4476 debug_printf_heredoc("parsed '%s' heredoc '%s'\n", word, heredoc.data); in fetch_till_str()
4543 debug_printf_heredoc("fetch_heredocs: num_cmds:%d cmd argv0:'%s'\n", in fetch_heredocs()
4550 debug_printf_heredoc("fetch_heredocs: %d cmd argv0:'%s'\n", in fetch_heredocs()
4682 debug_printf_heredoc("calling parse_stream, heredoc_cnt:%d\n", heredoc_cnt); in parse_group()
4684 debug_printf_heredoc("parse_stream returned: heredoc_cnt:%d\n", heredoc_cnt); in parse_group()
5472 debug_printf_heredoc("parse_stream return heredoc_cnt:%d\n", heredoc_cnt); in parse_stream()
5640 debug_printf_heredoc("heredoc_cnt:%d\n", heredoc_cnt); in parse_stream()
5719 debug_printf_heredoc("parse_stream return heredoc_cnt:%d\n", heredoc_cnt); in parse_stream()
5763 debug_printf_heredoc("++heredoc_cnt=%d\n", heredoc_cnt); in parse_stream()
5950 debug_printf_heredoc("parse_group done, needs heredocs:%d\n", n); in parse_stream()