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_tricky.pro < prev    next >
Text File  |  1992-05-02  |  2KB  |  46 lines

  1. int usetab DCLPROTO((void));
  2. void completeword DCLPROTO((void));
  3. void menucompleteword DCLPROTO((void));
  4. void listchoices DCLPROTO((void));
  5. void spellword DCLPROTO((void));
  6. void deletecharorlist DCLPROTO((void));
  7. void expandword DCLPROTO((void));
  8. void expandorcomplete DCLPROTO((void));
  9. void menuexpandorcomplete DCLPROTO((void));
  10. void listexpand DCLPROTO((void));
  11. void reversemenucomplete DCLPROTO((void));
  12. void acceptandmenucomplete DCLPROTO((void));
  13. void docomplete DCLPROTO((int lst));
  14. void do_menucmp DCLPROTO((int lst));
  15. char *get_comp_string DCLPROTO((void));
  16. void doexpansion DCLPROTO((char *s,int lst,int lincmd));
  17. void gotword DCLPROTO((char *s));
  18. void inststrlen DCLPROTO((char *s,int l));
  19. void addmatch DCLPROTO((char *s));
  20. void addcmdmatch DCLPROTO((char *s,char *t));
  21. void addcmddirparam DCLPROTO((char *s,char *t));
  22. void addcmdnodis DCLPROTO((char *s,char *t));
  23. void maketildelist DCLPROTO((char    *s));
  24. int Isdir DCLPROTO((char *s));
  25. int isdir DCLPROTO((char *t,char *s));
  26. void docompletion DCLPROTO((char *s,int lst,int incmd));
  27. char **get_user_var DCLPROTO((char *nam));
  28. void gen_matches_glob DCLPROTO((char *s,int incmd));
  29. void gen_matches_reg DCLPROTO((char *s,int incmd,int regfiles));
  30. void do_fignore DCLPROTO((char *origstr));
  31. void do_ambiguous DCLPROTO((char *s));
  32. void do_single DCLPROTO((char *s));
  33. void do_ambig_menu DCLPROTO((char *s));
  34. int strpfx DCLPROTO((char *s,char *t));
  35. int pfxlen DCLPROTO((char *s,char *t));
  36. void listmatches DCLPROTO((Lklist l,char *apps));
  37. void selectlist DCLPROTO((Lklist l));
  38. int doexpandhist DCLPROTO((void));
  39. void magicspace DCLPROTO((void));
  40. void expandhistory DCLPROTO((void));
  41. char *getcurcmd DCLPROTO((void));
  42. void processcmd DCLPROTO((void));
  43. void expandcmdpath DCLPROTO((void));
  44. void freemenu DCLPROTO((void));
  45. int inarray DCLPROTO((char *s, char **a));
  46.