Searched refs:debug_printf_heredoc (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 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() [all …]
|