Home | History | Annotate | Download | only in glcpp

Lines Matching refs:yyscan_t

124 typedef void* yyscan_t;
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 );
290 static void glcpp__init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
294 YY_BUFFER_STATE glcpp__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
295 YY_BUFFER_STATE glcpp__scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
296 YY_BUFFER_STATE glcpp__scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
298 void *glcpp_alloc (yy_size_t ,yyscan_t yyscanner );
299 void *glcpp_realloc (void *,yy_size_t ,yyscan_t yyscanner );
300 void glcpp_free (void * ,yyscan_t yyscanner );
337 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
338 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
339 static int yy_get_next_buffer (yyscan_t yyscanner );
340 static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
680 int glcpp_get_column (yyscan_t yyscanner);
681 void glcpp_set_column (int column_no , yyscan_t yyscanner);
757 static int yy_init_globals (yyscan_t yyscanner );
765 int glcpp_lex_init (yyscan_t* scanner);
767 int glcpp_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
772 int glcpp_lex_destroy (yyscan_t yyscanner );
774 int glcpp_get_debug (yyscan_t yyscanner );
776 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
778 YY_EXTRA_TYPE glcpp_get_extra (yyscan_t yyscanner );
780 void glcpp_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
782 FILE *glcpp_get_in (yyscan_t yyscanner );
784 void glcpp_set_in (FILE * in_str ,yyscan_t yyscanner );
786 FILE *glcpp_get_out (yyscan_t yyscanner );
788 void glcpp_set_out (FILE * out_str ,yyscan_t yyscanner );
790 int glcpp_get_leng (yyscan_t yyscanner );
792 char *glcpp_get_text (yyscan_t yyscanner );
794 int glcpp_get_lineno (yyscan_t yyscanner );
796 void glcpp_set_lineno (int line_number ,yyscan_t yyscanner );
798 YYSTYPE * glcpp_get_lval (yyscan_t yyscanner );
800 void glcpp_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
802 YYLTYPE *glcpp_get_lloc (yyscan_t yyscanner );
804 void glcpp_set_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner );
812 extern "C" int glcpp_wrap (yyscan_t yyscanner );
814 extern int glcpp_wrap (yyscan_t yyscanner );
818 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
821 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
825 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
831 static int yyinput (yyscan_t yyscanner );
833 static int input (yyscan_t yyscanner );
838 static void yy_push_state (int new_state ,yyscan_t yyscanner);
840 static void yy_pop_state (yyscan_t yyscanner );
842 static int yy_top_state (yyscan_t yyscanner );
920 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
923 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
1616 static int yy_get_next_buffer (yyscan_t yyscanner)
1722 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
1755 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
1775 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
1815 static int yyinput (yyscan_t yyscanner)
1817 static int input (yyscan_t yyscanner)
1895 void glcpp_restart (FILE * input_file , yyscan_t yyscanner)
1913 void glcpp__switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
1945 static void glcpp__load_buffer_state (yyscan_t yyscanner)
1960 YY_BUFFER_STATE glcpp__create_buffer (FILE * file, int size , yyscan_t yyscanner)
1988 void glcpp__delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2008 static void glcpp__init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
2037 void glcpp__flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2067 void glcpp_push_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2098 void glcpp_pop_buffer_state (yyscan_t yyscanner)
2118 static void glcpp_ensure_buffer_stack (yyscan_t yyscanner)
2168 YY_BUFFER_STATE glcpp__scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
2205 YY_BUFFER_STATE glcpp__scan_string (yyconst char * yystr , yyscan_t yyscanner)
2218 YY_BUFFER_STATE glcpp__scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner)
2248 static void yy_push_state (int new_state , yyscan_t yyscanner)
2273 static void yy_pop_state (yyscan_t yyscanner)
2282 static int yy_top_state (yyscan_t yyscanner)
2292 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
2320 YY_EXTRA_TYPE glcpp_get_extra (yyscan_t yyscanner)
2329 int glcpp_get_lineno (yyscan_t yyscanner)
2342 int glcpp_get_column (yyscan_t yyscanner)
2355 FILE *glcpp_get_in (yyscan_t yyscanner)
2364 FILE *glcpp_get_out (yyscan_t yyscanner)
2373 int glcpp_get_leng (yyscan_t yyscanner)
2383 char *glcpp_get_text (yyscan_t yyscanner)
2393 void glcpp_set_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2403 void glcpp_set_lineno (int line_number , yyscan_t yyscanner)
2418 void glcpp_set_column (int column_no , yyscan_t yyscanner)
2435 void glcpp_set_in (FILE * in_str , yyscan_t yyscanner)
2441 void glcpp_set_out (FILE * out_str , yyscan_t yyscanner)
2447 int glcpp_get_debug (yyscan_t yyscanner)
2453 void glcpp_set_debug (int bdebug , yyscan_t yyscanner)
2461 YYSTYPE * glcpp_get_lval (yyscan_t yyscanner)
2467 void glcpp_set_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
2473 YYLTYPE *glcpp_get_lloc (yyscan_t yyscanner)
2479 void glcpp_set_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
2492 int glcpp_lex_init(yyscan_t* ptr_yy_globals)
2500 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), NULL );
2521 int glcpp_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2533 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2549 static int yy_init_globals (yyscan_t yyscanner)
2588 int glcpp_lex_destroy (yyscan_t yyscanner)
2625 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner)
2634 static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
2644 void *glcpp_alloc (yy_size_t size , yyscan_t yyscanner)
2649 void *glcpp_realloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2661 void glcpp_free (void * ptr , yyscan_t yyscanner)