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

  1. void toggleliteralhistory DCLPROTO((void));
  2. void uphistory DCLPROTO((void));
  3. void uplineorhistory DCLPROTO((void));
  4. void uplineorsearch DCLPROTO((void));
  5. void downlineorhistory DCLPROTO((void));
  6. void downlineorsearch DCLPROTO((void));
  7. void acceptlineanddownhistory DCLPROTO((void));
  8. void downhistory DCLPROTO((void));
  9. void historysearchbackward DCLPROTO((void));
  10. void historysearchforward DCLPROTO((void));
  11. void beginningofbufferorhistory DCLPROTO((void));
  12. void beginningofhistory DCLPROTO((void));
  13. void endofbufferorhistory DCLPROTO((void));
  14. void endofhistory DCLPROTO((void));
  15. void insertlastword DCLPROTO((void));
  16. char *qgetevent DCLPROTO((int ev));
  17. void pushline DCLPROTO((void));
  18. void pushpopinput DCLPROTO((void));
  19. void pushinput DCLPROTO((void));
  20. void getline DCLPROTO((void));
  21. void historyincrementalsearchbackward DCLPROTO((void));
  22. void historyincrementalsearchforward DCLPROTO((void));
  23. void doisearch DCLPROTO((int dir));
  24. void acceptandinfernexthistory DCLPROTO((void));
  25. void infernexthistory DCLPROTO((void));
  26. void vifetchhistory DCLPROTO((void));
  27. int getvisrchstr DCLPROTO((void));
  28. void vihistorysearchforward DCLPROTO((void));
  29. void vihistorysearchbackward DCLPROTO((void));
  30. void virepeatsearch DCLPROTO((void));
  31. void virevrepeatsearch DCLPROTO((void));
  32. void historybeginningsearchbackward DCLPROTO((void));
  33. void historybeginningsearchforward DCLPROTO((void));
  34.