Jspice3
|
Go to the source code of this file.
Data Structures | |
struct | comm |
struct | histent |
struct | alias |
Macros | |
#define | MAXWORDS 512 |
#define | LOTS 1000 |
#define | US_OK 1 /* Either not relevant or nothing special. */ |
#define | US_READONLY 2 /* Complain and don't set this var. */ |
#define | US_DONTRECORD 3 /* Ok, but don't keep track of this one. */ |
#define | CPC_BRR 004 /* Break word to right of character. */ |
#define | CPC_BRL 010 /* Break word to left of character. */ |
#define | quote(c) ((c) | 0200) |
#define | strip(c) ((c) & 0177) |
#define | CT_ALIASES 1 |
#define | CT_LABEL 15 |
#define US_DONTRECORD 3 /* Ok, but don't keep track of this one. */ |
#define US_OK 1 /* Either not relevant or nothing special. */ |