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

/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c50 BUILTIN("bg", 0, bin_fg, 0, -1, BIN_BG, NULL, NULL),
59 BUILTIN("disown", 0, bin_fg, 0, -1, BIN_DISOWN, NULL, NULL),
73 BUILTIN("fg", 0, bin_fg, 0, -1, BIN_FG, NULL, NULL),
86 BUILTIN("jobs", 0, bin_fg, 0, -1, BIN_JOBS, "dlpZrs", NULL),
130 BUILTIN("wait", 0, bin_fg, 0, -1, BIN_WAIT, NULL, NULL),
H A Djobs.c1941 bin_fg(char *name, char **argv, Options ops, int func) function

Completed in 195 milliseconds