Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1064 static int builtin_fg_bg(char **argv) FAST_FUNC;
1148 BLTIN("bg" , builtin_fg_bg , "Resume job in background"),
1164 BLTIN("fg" , builtin_fg_bg , "Bring job to foreground"),
11732 static int FAST_FUNC builtin_fg_bg(char **argv) in builtin_fg_bg() function