home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / source / command_1.proto.h < prev    next >
Encoding:
Text File  |  1993-11-11  |  878 b   |  28 lines  |  [TEXT/KAHL]

  1.  
  2. /* command_1.c */
  3. int purec_sscanf(const char *, const char *, ...);
  4. int com_line(void);
  5. int do_line(void);
  6. int command(void);
  7. int replotrequest(void);
  8. int plotrequest(void);
  9. int plot3drequest(void);
  10. int define(void);
  11. int get_data(struct curve_points *);
  12. int store2d_point(struct curve_points *, int, double, double, double, double, double);
  13. int adjust_yrange(struct curve_points *);
  14. int grid_nongrid_data(struct surface_points *);
  15. int get_3ddata(struct surface_points *);
  16. int print_points(int);
  17. int print_table(void);
  18. int print_3dtable(int);
  19. int eval_plots(void);
  20. int eval_3dplots(void);
  21. int done(int);
  22. void parametric_fixup(struct curve_points *, int *, double *, double *);
  23. void parametric_3dfixup(struct surface_points *, int *, double *, double *, double *, double *, double *, double *);
  24. int read_line(char *);
  25. int do_help(void);
  26. int do_shell(void);
  27. int do_system(void);
  28.