HOPS
HOPS class reference
fplot.h
Go to the documentation of this file.
1 #define NONE 0
2 #define XWINDOW 1
3 #define HARDCOPY 2
4 #define PRINTLPR 3
5 #define GSDEVICE 4
6 #define DISKFILE 5
7 #define PSTOPDF 6
8 
9 #include "type_203.h"
10 #include "type_205.h"
11 
12 extern int parse_cmdline (
13  int argc, char** argv, fstruct** files, int* display, char** file_name,
14  int *poln);
15 extern int skip_poln(char *name,
16  struct type_203 *t203, struct type_205 *t205, int poln);
17 #ifdef MK4_DATA
18 extern char display_221 (struct type_221 *, int);
19 #endif /* MK4_DATA */
int parse_cmdline(int argc, char **argv, fstruct **files, int *display, char **file_name, int *poln)
Definition: applications/fplot/src/parse_cmdline.c:59
int skip_poln(char *name, struct type_203 *t203, struct type_205 *t205, int poln)
Definition: skip_poln.c:15
Definition: fstruct.h:36
char display_221(struct type_221 *, int)
Definition: display_221.c:75
Definition: type_203.h:43
Definition: type_205.h:34
Definition: type_221.h:10