Jspice3
cpdefs.h File Reference
#include "cpstd.h"
#include "cpextern.h"
Include dependency graph for cpdefs.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define CPC_BRL   010 /* Break word to left of character. */

Definition at line 67 of file cpdefs.h.

#define CPC_BRR   004 /* Break word to right of character. */

Definition at line 66 of file cpdefs.h.

#define CT_ALIASES   1

Definition at line 77 of file cpdefs.h.

#define CT_LABEL   15

Definition at line 78 of file cpdefs.h.

#define LOTS   1000

Definition at line 34 of file cpdefs.h.

#define MAXWORDS   512

Definition at line 16 of file cpdefs.h.

#define quote (   c)    ((c) | 0200)

Definition at line 74 of file cpdefs.h.

#define strip (   c)    ((c) & 0177)

Definition at line 75 of file cpdefs.h.

#define US_DONTRECORD   3 /* Ok, but don't keep track of this one. */

Definition at line 51 of file cpdefs.h.

#define US_OK   1 /* Either not relevant or nothing special. */

Definition at line 49 of file cpdefs.h.

#define US_READONLY   2 /* Complain and don't set this var. */

Definition at line 50 of file cpdefs.h.