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