Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dinit.c58 { "continue", docontin, 0, 0 },
H A Dextern.h123 void docontin(Char **, struct command *);
H A Dsem.c162 if (bifunc->bfunct != dobreak && bifunc->bfunct != docontin && in execute()
H A Dfunc.c506 docontin(Char **v, struct command *t) in docontin() function