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_vi.pro < prev    next >
Text File  |  1992-05-02  |  761b  |  23 lines

  1. int vigetkey DCLPROTO((void));
  2. int getvirange DCLPROTO((int wf));
  3. void viaddnext DCLPROTO((void));
  4. void viaddeol DCLPROTO((void));
  5. void viinsert DCLPROTO((void));
  6. void viinsertbol DCLPROTO((void));
  7. void videlete DCLPROTO((void));
  8. void vichange DCLPROTO((void));
  9. void visubstitute DCLPROTO((void));
  10. void vichangeeol DCLPROTO((void));
  11. void vichangewholeline DCLPROTO((void));
  12. void viyank DCLPROTO((void));
  13. void viyankeol DCLPROTO((void));
  14. void vireplace DCLPROTO((void));
  15. void vireplacechars DCLPROTO((void));
  16. void vicmdmode DCLPROTO((void));
  17. void viopenlinebelow DCLPROTO((void));
  18. void viopenlineabove DCLPROTO((void));
  19. void vioperswapcase DCLPROTO((void));
  20. void virepeatchange DCLPROTO((void));
  21. void viindent DCLPROTO((void));
  22. void viunindent DCLPROTO((void));
  23.