Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h346 extern void dobg1 (Char **, struct command *);
H A Dsh.proc.c1406 dobg1(Char **v, struct command *c) in dobg1() function
H A Dsh.func.c73 static struct biltins backgnd = {"%job &", dobg1, 0, 0}; in isbfunc()