Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.init.c43 { ":", dozip, 0, INF },
61 { "case", dozip, 0, 1 },
66 { "default", dozip, 0, 0 },
75 { "endif", dozip, 0, 0 },
76 { "endsw", dozip, 0, 0 },
H A Dsh.decls.h176 extern void dozip (Char **, struct command *);
H A Dsh.sem.c314 bifunc->bfunct != (bfunc_t)dozip) in execute()
H A Dsh.func.c71 static struct biltins label = {"", dozip, 0, 0}; in isbfunc()
208 dozip(Char **v, struct command *c) in dozip() function