#include <stdio.h>
#include <math.h>
#include "cdmacs.h"
#include "cdprpty.h"
#include "cdext.h"
Go to the source code of this file.
|
struct | m |
|
struct | s |
|
struct | o |
|
struct | po |
|
struct | r |
|
struct | w |
|
struct | c |
|
struct | t |
|
struct | la |
|
struct | p |
|
struct | g |
|
struct | d |
|
struct | l |
|
struct | bu |
|
#define CDBADBOX 12 /* zero width or length box */ |
#define CDBADPATH 14 /* bad directory name in search path */ |
#define CDBINMAXX 500000L |
#define CDBINMAXY 500000L |
#define CDINFINITY 100000000L |
#define CDMALLOCFAILED 11 /* (FATAL) out of memory */ |
#define CDMIRRORX 'x' /* mirror in the direction of x */ |
#define CDMIRRORY 'y' /* mirror in the direction of y */ |
#define CDNEWSYMBOL 3 /* (empty) symbol not in search path */ |
#define CDNUMREMEMBER 1000 |
#define CDOLDSYMBOL 2 /* symbol already exists in database */ |
#define CDPARSEFAILED 1 /* (FATAL) parse failed */ |
#define CDROTATE 'r' /* rotate by vector X,Y */ |
#define CDSUCCEEDED 4 /* new symbol(s) found in search path */ |
#define CDXFORMSTACKFULL 13 /* transform stack overflow */ |
#define DCONTROLCDOPEN 'o' |
#define DCONTROLVANILLA 'v' |
#define FILENAMESIZE 32 /* maximum size of a file name */ |
Definition at line 73 of file cd.c.
Definition at line 74 of file cd.c.
Definition at line 75 of file cd.c.
Definition at line 77 of file cd.c.
Definition at line 72 of file cd.c.