Searched refs:builtin_fg_bg (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.c106 static int builtin_fg_bg(struct child_prog *cmd);
130 {"bg" , "Resume a job in the background", builtin_fg_bg},
134 {"fg" , "Bring job into the foreground", builtin_fg_bg},
258 static int builtin_fg_bg(struct child_prog *child) function
H A Dhush.c452 static int builtin_fg_bg(char **argv);
560 BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"),
570 BLTIN("fg" , builtin_fg_bg, "Bring job into the foreground"),
827 static int builtin_fg_bg(char **argv) function

Completed in 100 milliseconds