home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / glob.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  1.9 KB  |  43 lines

  1. void glob DCLPROTO((Lklist list,Lknode *np));
  2. long qgetnum DCLPROTO((char **s));
  3. long qgetoctnum DCLPROTO((char **s));
  4. int notstrcmp DCLPROTO((char **a,char **b));
  5. int forstrcmp DCLPROTO((char **a,char **b));
  6. void insert DCLPROTO((char *s));
  7. char file_type DCLPROTO((mode_t filemode));
  8. int haswilds DCLPROTO((char *str));
  9. int hasbraces DCLPROTO((char *str));
  10. int xpandredir DCLPROTO((struct redir *fn,Lklist tab));
  11. char *dyncat DCLPROTO((char *s1,char *s2));
  12. char *tricat DCLPROTO((char *s1,char *s2,char *s3));
  13. void xpandbraces DCLPROTO((Lklist list,Lknode *np));
  14. char *getparen DCLPROTO((char *str));
  15. int matchpat DCLPROTO((char *a,char *b));
  16. char *get_match_ret DCLPROTO((char *s,int b,int e,int fl));
  17. void getmatch DCLPROTO((char **sp,char *pat,int fl,int n));
  18. char *getfullpath DCLPROTO((char *s));
  19. void scanner DCLPROTO((Complist q));
  20. int minimatch DCLPROTO((char **pat,char **str));
  21. int domatch DCLPROTO((char *str,Comp c,int fist));
  22. int doesmatch DCLPROTO((Comp c));
  23. Complist parsepat DCLPROTO((char *str));
  24. Comp parsereg DCLPROTO((char *str));
  25. Complist parsecomplist DCLPROTO((void));
  26. Comp parsecomp DCLPROTO((void));
  27. Comp parsecompsw DCLPROTO((void));
  28. void tokenize DCLPROTO((char *s));
  29. void remnulargs DCLPROTO((char *s));
  30. int qualdev DCLPROTO((struct stat *buf,long dv));
  31. int qualnlink DCLPROTO((struct stat *buf,long ct));
  32. int qualuid DCLPROTO((struct stat *buf,long uid));
  33. int qualgid DCLPROTO((struct stat *buf,long gid));
  34. int qualisdev DCLPROTO((struct stat *buf,long junk));
  35. int qualisblk DCLPROTO((struct stat *buf,long junk));
  36. int qualischar DCLPROTO((struct stat *buf,long junk));
  37. int qualmode DCLPROTO((struct stat *buf,long mod));
  38. int qualflags DCLPROTO((struct stat *buf,long mod));
  39. int qualeqflags DCLPROTO((struct stat *buf,long mod));
  40. int qualiscom DCLPROTO((struct stat *buf,long mod));
  41. int qualsize DCLPROTO((struct stat *buf,long size));
  42. int qualtime DCLPROTO((struct stat *buf,long days));
  43.