HomeSort by relevance Sort by last modified time
    Searched refs:yyscan_t (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 124 typedef void* yyscan_t; typedef
280 void glcpp_restart (FILE *input_file ,yyscan_t yyscanner );
281 void glcpp__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
282 YY_BUFFER_STATE glcpp__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
283 void glcpp__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
284 void glcpp__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
285 void glcpp_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
286 void glcpp_pop_buffer_state (yyscan_t yyscanner );
288 static void glcpp_ensure_buffer_stack (yyscan_t yyscanner );
289 static void glcpp__load_buffer_state (yyscan_t yyscanner )
    [all...]
glcpp.h 33 #define yyscan_t void* macro
164 yyscan_t scanner;
206 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner);
212 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
215 glcpp_lex_destroy (yyscan_t scanner);
glcpp-lex.l 34 int glcpp_get_column (yyscan_t yyscanner);
35 void glcpp_set_column (int column_no , yyscan_t yyscanner);