Lines Matching defs:glcpp_parser
188 struct glcpp_parser { struct
189 void *linalloc;
190 yyscan_t scanner;
191 struct hash_table *defines;
192 active_list_t *active;
193 int lexing_directive;
194 int lexing_version_directive;
195 int space_tokens;
196 int last_token_was_newline;
197 int last_token_was_space;
198 int first_non_space_token_this_line;
199 int newline_as_space;
200 int in_control_line;
201 bool in_define;
202 int paren_count;
203 int commented_newlines;
204 skip_node_t *skip_stack;
205 int skipping;
206 token_list_t *lex_from_list;
207 token_node_t *lex_from_node;
208 struct _mesa_string_buffer *output;
209 struct _mesa_string_buffer *info_log;
233 glcpp_parser_t * argument