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_main.pro < prev    next >
Text File  |  1992-05-02  |  686b  |  17 lines

  1. void setterm DCLPROTO((void));
  2. void unsetterm DCLPROTO((void));
  3. void ungetkey DCLPROTO((int ch));
  4. void ungetkeys DCLPROTO((char *s,int len));
  5. unsigned int getkey DCLPROTO((int tmok));
  6. unsigned char *zleread DCLPROTO((unsigned char *ppt,unsigned char *ppt2,int plen));
  7. int getkeycmd DCLPROTO((void));
  8. void sendstring DCLPROTO((void));
  9. Key makefunckey DCLPROTO((int fun));
  10. void initxbindtab DCLPROTO((void));
  11. char *getkeystring DCLPROTO((char *s,int *len));
  12. void printbind DCLPROTO((char *s,int len));
  13. void printbinding DCLPROTO((char *str,Key k));
  14. int bin_bindkey DCLPROTO((char *name,char **argv,char *ops,int junc));
  15. void freekey DCLPROTO((vptr x));
  16. void drainoutput DCLPROTO((void));
  17.