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

  1. int zzlex DCLPROTO((void));
  2. long getvar DCLPROTO((LV s));
  3. long getcvar DCLPROTO((LV s));
  4. long setvar DCLPROTO((LV s,long v));
  5. int notzero DCLPROTO((int a));
  6. void op DCLPROTO((int what));
  7. void bop DCLPROTO((int tk));
  8. long mathevall DCLPROTO((char *s,int prek,char **ep));
  9. long matheval DCLPROTO((char *s));
  10. long mathevalarg DCLPROTO((char *s,char **ss));
  11. void mathparse DCLPROTO((int pc));
  12.