Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h175 extern void dowhile (Char **, struct command *);
H A Dsh.sem.c313 bifunc->bfunct != (bfunc_t)dowhile && in execute()
H A Dsh.init.c179 { "while", dowhile, 1, INF }
H A Dsh.func.c559 dowhile(Char **v, struct command *c) in dowhile() function