Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c878 pid_t last_bg_pid; member
6637 val = G.last_bg_pid ? utoa(G.last_bg_pid) : ""; in expand_one_var()
7405 , (unsigned) G.last_bg_pid in re_execute_shell()
8997 if (G.last_bg_pid == pi->cmds[i].pid) in process_wait_result()
9959 G.last_bg_pid = pi->cmds[pi->num_cmds - 1].pid; in run_list()
10400 G.last_bg_pid = bb_strtou(optarg, &optarg, 16); in hush_main()
12019 if (pid == G.last_bg_pid) { in builtin_wait()