Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h166 extern void dorepeat (Char **, struct command *);
H A Dsh.sem.c310 bifunc->bfunct != (bfunc_t)dorepeat && in execute()
H A Dsh.init.c124 { "repeat", dorepeat, 2, INF },
H A Dsh.func.c665 dorepeat(Char **v, struct command *kp) in dorepeat() function