386BSD 0.1 development
[unix-history] / usr / othersrc / public / zsh-2.2 / src / glob.pro
CommitLineData
dbf02a84
WJ
1void glob DCLPROTO((Lklist list,Lknode *np));
2long qgetnum DCLPROTO((char **s));
3int notstrcmp DCLPROTO((char **a,char **b));
4int forstrcmp DCLPROTO((char **a,char **b));
5void insert DCLPROTO((char *s));
6int haswilds DCLPROTO((char *str));
7int hasbraces DCLPROTO((char *str));
8int xpandredir DCLPROTO((struct redir *fn,Lklist tab));
9char *dyncat DCLPROTO((char *s1,char *s2));
10char *tricat DCLPROTO((char *s1,char *s2,char *s3));
11void xpandbraces DCLPROTO((Lklist list,Lknode *np));
12char *getparen DCLPROTO((char *str));
13int matchpat DCLPROTO((char *a,char *b));
14void getmatch DCLPROTO((char **sp,char *pat,int dd));
15char *getfullpath DCLPROTO((char *s));
16void scanner DCLPROTO((Complist q));
17int minimatch DCLPROTO((char **pat,char **str));
18int domatch DCLPROTO((char *str,Comp c,int fist));
19int doesmatch DCLPROTO((Comp c));
20Complist parsepat DCLPROTO((char *str));
21Comp parsereg DCLPROTO((char *str));
22Complist parsecomplist DCLPROTO((void));
23Comp parsecomp DCLPROTO((void));
24Comp parsecompsw DCLPROTO((void));
25int patmatch DCLPROTO((char *ss,char *tt));
26void remnulargs DCLPROTO((char *s));
27int qualdev DCLPROTO((struct stat *buf,long dv));
28int qualnlink DCLPROTO((struct stat *buf,long ct));
29int qualuid DCLPROTO((struct stat *buf,long uid));
30int qualgid DCLPROTO((struct stat *buf,long gid));
31int qualisdev DCLPROTO((struct stat *buf,long junk));
32int qualmode DCLPROTO((struct stat *buf,long mod));
33int qualflags DCLPROTO((struct stat *buf,long mod));
34int qualiscom DCLPROTO((struct stat *buf,long mod));