Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3607 #define SHOW_PIDS 0x02 /* show individual pids, not just one line per job */ macro
4505 if (mode & SHOW_PIDS) in showjob()
4534 if (mode & SHOW_PIDS) in showjob()
4583 mode |= SHOW_PIDS; in jobscmd()