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 / subst.pro < prev    next >
Text File  |  1992-05-02  |  619b  |  14 lines

  1. void prefork DCLPROTO((Lklist list));
  2. void postfork DCLPROTO((Lklist list,int doglob));
  3. void singsub DCLPROTO((char **s));
  4. vptr nstrdup DCLPROTO((vptr s));
  5. char *dynread DCLPROTO((int stop));
  6. int filesub DCLPROTO((char **namptr));
  7. char *gethome DCLPROTO((char *user,int len));
  8. void commsubst DCLPROTO((Lklist l,Lknode n,char *str3,char *str,int qt));
  9. void paramsubst DCLPROTO((Lklist l,Lknode n,char *aptr,char *bptr,int qt));
  10. void arithsubst DCLPROTO((vptr *aptr,char **bptr));
  11. void modify DCLPROTO((char **str,char **ptr));
  12. char *dstackent DCLPROTO((int val));
  13. struct alias *mkanode DCLPROTO((char *txt,int cmflag));
  14.