Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h146 extern void docontin (Char **, struct command *);
H A Dsh.sem.c304 bifunc->bfunct != (bfunc_t)docontin && in execute()
H A Dsh.init.c65 { "continue", docontin, 0, 0 },
H A Dsh.func.c633 docontin(Char **v, struct command *c) in docontin() function