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

/macosx-10.9.5/tcsh-65/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.h173 extern void dozip (Char **, struct command *);
H A Dsh.func.c76 static struct biltins label = {"", dozip, 0, 0};
213 dozip(Char **v, struct command *c) function
H A Dsh.sem.c313 bifunc->bfunct != (bfunc_t)dozip)

Completed in 118 milliseconds