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