Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h169 extern void dosuspend (Char **, struct command *);
H A Dsh.init.c145 { "suspend", dosuspend, 0, 0 },
H A Dsh.func.c2375 dosuspend(Char **v, struct command *c) function