Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dinit.c55 { "case", dozip, 0, 1 },
59 { "default", dozip, 0, 0 },
64 { "endif", dozip, 0, 0 },
65 { "endsw", dozip, 0, 0 },
H A Dextern.h148 void dozip(Char **, struct command *);
H A Dfunc.c75 static struct biltins label = {"", dozip, 0, 0}; in isbfunc()
177 dozip(Char **v, struct command *t) in dozip() function
H A Dsem.c167 bifunc->bfunct != dowhile && bifunc->bfunct != dozip) in execute()