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

  1. void hwaddc DCLPROTO((int c));
  2. int hgetc DCLPROTO((void));
  3. void clearalstack DCLPROTO((void));
  4. int hgetch DCLPROTO((void));
  5. char *hgets DCLPROTO((char *buf,int n));
  6. void hungets DCLPROTO((char *str));
  7. void hungetc DCLPROTO((int c));
  8. void hungetch DCLPROTO((int c));
  9. void strinbeg DCLPROTO((void));
  10. void strinend DCLPROTO((void));
  11. int stuff DCLPROTO((char *fn));
  12. void hflush DCLPROTO((void));
  13. void hbegin DCLPROTO((void));
  14. int hend DCLPROTO((void));
  15. void remhist DCLPROTO((void));
  16. void hwbegin DCLPROTO((void));
  17. char *hwadd DCLPROTO((void));
  18. int getargspec DCLPROTO((int argc,int marg,int evset));
  19. int hconsearch DCLPROTO((char *str,int *marg));
  20. int hcomsearch DCLPROTO((char *str));
  21. int remtpath DCLPROTO((char **junkptr));
  22. int remtext DCLPROTO((char **junkptr));
  23. int rembutext DCLPROTO((char **junkptr));
  24. int remlpaths DCLPROTO((char **junkptr));
  25. int makeuppercase DCLPROTO((char **junkptr));
  26. int makelowercase DCLPROTO((char **junkptr));
  27. int makecapitals DCLPROTO((char **junkptr));
  28. void subst DCLPROTO((char **strptr,char *in,char *out,int gbal));
  29. char *convamps DCLPROTO((char *out,char *in,int inlen));
  30. char *makehstr DCLPROTO((char *s));
  31. char *quietgetevent DCLPROTO((int ev));
  32. char *getevent DCLPROTO((int ev));
  33. int getargc DCLPROTO((char *list));
  34. char *getargs DCLPROTO((char *elist,int arg1,int arg2));
  35. void upcase DCLPROTO((char **x));
  36. void downcase DCLPROTO((char **x));
  37. int quote DCLPROTO((char **tr));
  38. int quotebreak DCLPROTO((char **tr));
  39. void herrflush DCLPROTO((void));
  40. char *hdynread DCLPROTO((int stop));
  41. char *hdynread2 DCLPROTO((int stop));
  42. void inithist DCLPROTO((void));
  43. void resizehistents DCLPROTO((void));
  44. void readhistfile DCLPROTO((char *s,int err));
  45. void savehistfile DCLPROTO((char *s,int err,int app));
  46. int firsthist DCLPROTO((void));
  47.