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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c164 static int last_bg_pid; variable
800 if (last_bg_pid == -1)
803 var = itoa(last_bg_pid);
1200 last_bg_pid = newjob->progs[newjob->num_progs - 1].pid;
H A Dhush.c367 unsigned last_bg_pid; member in struct:globals
414 #define last_bg_pid (G.last_bg_pid ) macro
1472 last_bg_pid = thejob->progs[0].pid;
2444 val = last_bg_pid ? utoa(last_bg_pid) : (char*)"";

Completed in 108 milliseconds