Lines Matching defs:alisp_instance
124 struct alisp_instance { struct
125 int verbose: 1,
126 warning: 1,
127 debug: 1;
129 snd_input_t *in;
130 snd_output_t *out;
131 snd_output_t *eout; /* error output */
132 snd_output_t *vout; /* verbose output */
133 snd_output_t *wout; /* warning output */
134 snd_output_t *dout; /* debug output */
136 int charno;
137 int lineno;
138 int lex_buf[ALISP_LEX_BUF_MAX];
139 int *lex_bufp;
140 char *token_buffer;
141 int token_buffer_max;
142 int thistoken;
144 long free_objs;
145 long used_objs;
146 long max_objs;
147 struct list_head free_objs_list;
148 struct list_head used_objs_list[ALISP_OBJ_PAIR_HASH_SIZE][ALISP_OBJ_LAST_SEARCH + 1];
150 struct list_head setobjs_list[ALISP_OBJ_PAIR_HASH_SIZE];