home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zsh220.zip / zsh2.2 / src / glob.pro < prev    next >
Text File  |  1992-05-02  |  2KB  |  35 lines

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