Searched refs:dozip (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.init.c47 { ":", dozip, 0, INF },
65 { "case", dozip, 0, 1 },
70 { "default", dozip, 0, 0 },
79 { "endif", dozip, 0, 0 },
80 { "endsw", dozip, 0, 0 },
H A Dsh.decls.h176 extern void dozip (Char **, struct command *);
H A Dsh.func.c75 static struct biltins label = {"", dozip, 0, 0};
212 dozip(Char **v, struct command *c) function
H A Dsh.sem.c312 bifunc->bfunct != (bfunc_t)dozip)

Completed in 153 milliseconds