Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c400 static int builtin_fg_bg(struct child_prog *child);
505 {"bg", "Resume a job in the background", builtin_fg_bg},
515 {"fg", "Bring job into the foreground", builtin_fg_bg},
650 static int builtin_fg_bg(struct child_prog *child) in builtin_fg_bg() function