Searched refs:debug_printf_jobs (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 465 #define debug_printf_jobs(...) do {} while (0) macro 1282 #ifndef debug_printf_jobs 1283 # define debug_printf_jobs(...) (indent(), fdprintf(2, __VA_ARGS__)) macro 8902 debug_printf_jobs("pid %d stopped by sig %d (exitcode %d)\n", in process_wait_result() 8905 debug_printf_jobs("pid %d killed by sig %d (exitcode %d)\n", in process_wait_result() 8908 debug_printf_jobs("pid %d exited, exitcode %d\n", in process_wait_result() 8918 debug_printf_jobs("check pid %d\n", fg_pipe->cmds[i].pid); in process_wait_result() 8953 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n", in process_wait_result() 9051 debug_printf_jobs("checkjobs %p\n", fg_pipe); in checkjobs() 9146 debug_printf_jobs("fg'ing ourself: getpgrp()=%d\n", (int)p); in checkjobs_and_fg_shell() [all …]
|