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 / zle_utils.pro < prev    next >
Text File  |  1992-05-02  |  684b  |  19 lines

  1. void sizeline DCLPROTO((int sz));
  2. void spaceinline DCLPROTO((int ct));
  3. void backkill DCLPROTO((int ct,int dir));
  4. void forekill DCLPROTO((int ct,int dir));
  5. void cut DCLPROTO((int i,int ct,int dir));
  6. void backdel DCLPROTO((int ct));
  7. void foredel DCLPROTO((int ct));
  8. void setline DCLPROTO((char *s));
  9. void sethistline DCLPROTO((unsigned char *s));
  10. int findbol DCLPROTO((void));
  11. int findeol DCLPROTO((void));
  12. void findline DCLPROTO((int *a,int *b));
  13. void initundo DCLPROTO((void));
  14. void addundo DCLPROTO((void));
  15. void freeundo DCLPROTO((void));
  16. int hstrncmp DCLPROTO((char *s,char *t,int len));
  17. int hstrcmp DCLPROTO((char *s,char *t));
  18. char *hstrnstr DCLPROTO((char *s,char *t,int len));
  19.