Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c458 #define debug_printf(...) do {} while (0) macro
1262 #ifndef debug_printf
1263 # define debug_printf(...) (indent(), fdprintf(2, __VA_ARGS__)) macro
2639 debug_printf("prompt_str '%s'\n", prompt_str); in setup_prompt_string()
2789 debug_printf("file_get: got '%c' %d\n", ch, ch); in i_getch()
2824 debug_printf("file_peek: got '%c' %d\n", ch, ch); in i_peek()
2866 debug_printf("file_peek2: got '%c' %d\n", ch, ch); in i_peek2()
2955 debug_printf("o_addchr: '%c' o->length=%d o=%p\n", ch, o->length, o); in o_addchr()
4012 debug_printf("found reserved word %s, res %d\n", r->literal, r->res); in reserved_word()
7705 debug_printf("done reading from `cmd` pipe, closing it\n"); in process_command_subs()
[all …]