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

  1. void prefork DCLPROTO((Lklist list,int flags));
  2. void postfork DCLPROTO((Lklist list,int flags));
  3. void singsub DCLPROTO((char **s));
  4. void filesub DCLPROTO((char **namptr,int assign));
  5. int filesubstr DCLPROTO((char **namptr,int assign));
  6. char *getnamedir DCLPROTO((char *user,int len));
  7. void commsubst DCLPROTO((Lklist l,Lknode n,char *str3,char *str,int qt));
  8. void strcatsub DCLPROTO((char *dest,char *src,int cshtilde));
  9. int strpcmp DCLPROTO((const void *a,const void *b));
  10. int invstrpcmp DCLPROTO((const void *a,const void *b));
  11. int cstrpcmp DCLPROTO((const void *a,const void *b));
  12. int invcstrpcmp DCLPROTO((const void *a,const void *b));
  13. char *dopadding DCLPROTO((char *str,int prenum,int postnum,char *preone,char *postone,char *premul,char *postmul));
  14. char *get_strarg DCLPROTO((char *s));
  15. int paramsubst DCLPROTO((Lklist l,Lknode n,char *aptr,char *bptr,int qt,  /* if bit 0 set, real quote, else single word substitution */int sp));
  16. void arithsubst DCLPROTO((vptr *aptr,char **bptr));
  17. void modify DCLPROTO((char **str,char **ptr));
  18. char *dstackent DCLPROTO((int val));
  19. struct alias *mkanode DCLPROTO((char *txt,int cmflag));
  20.