Home
last modified time | relevance | path

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

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