Home
last modified time | relevance | path

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

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