Searched refs:dozip (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | init.c | 55 { "case", dozip, 0, 1 }, 59 { "default", dozip, 0, 0 }, 64 { "endif", dozip, 0, 0 }, 65 { "endsw", dozip, 0, 0 },
|
| H A D | extern.h | 148 void dozip(Char **, struct command *);
|
| H A D | func.c | 75 static struct biltins label = {"", dozip, 0, 0}; in isbfunc() 177 dozip(Char **v, struct command *t) in dozip() function
|
| H A D | sem.c | 167 bifunc->bfunct != dowhile && bifunc->bfunct != dozip) in execute()
|