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

/netgear-R7000-V1.0.7.12_1.2.5/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.c451 static int builtin_fg_bg(char **argv);
559 BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"),
569 BLTIN("fg" , builtin_fg_bg, "Bring job into the foreground"),
826 static int builtin_fg_bg(char **argv) function

Completed in 64 milliseconds