|
xine-lib
1.2.10
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <math.h>#include "goomsl.h"#include "goomsl_private.h"#include "goomsl_yacc.h"#include <unistd.h>Data Structures | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
Typedefs | |
| typedef signed char | flex_int8_t |
| typedef short int | flex_int16_t |
| typedef int | flex_int32_t |
| typedef unsigned char | flex_uint8_t |
| typedef unsigned short int | flex_uint16_t |
| typedef unsigned int | flex_uint32_t |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef unsigned int | yy_size_t |
| typedef unsigned char | YY_CHAR |
| typedef int | yy_state_type |
Functions | |
| void | yyrestart (FILE *input_file) |
| void | yy_switch_to_buffer (YY_BUFFER_STATE new_buffer) |
| YY_BUFFER_STATE | yy_create_buffer (FILE *file, int size) |
| void | yy_delete_buffer (YY_BUFFER_STATE b) |
| void | yy_flush_buffer (YY_BUFFER_STATE b) |
| void | yypush_buffer_state (YY_BUFFER_STATE new_buffer) |
| void | yypop_buffer_state (void) |
| static void | yyensure_buffer_stack (void) |
| static void | yy_load_buffer_state (void) |
| static void | yy_init_buffer (YY_BUFFER_STATE b, FILE *file) |
| YY_BUFFER_STATE | yy_scan_buffer (char *base, yy_size_t size) |
| YY_BUFFER_STATE | yy_scan_string (char *yy_str) |
| YY_BUFFER_STATE | yy_scan_bytes (char *bytes, int len) |
| void * | yyalloc (yy_size_t) |
| void * | yyrealloc (void *, yy_size_t) |
| void | yyfree (void *) |
| static yy_state_type | yy_get_previous_state (void) |
| static yy_state_type | yy_try_NUL_trans (yy_state_type current_state) |
| static int | yy_get_next_buffer (void) |
| static void | yy_fatal_error (char msg[]) |
| void | yyerror (const char *) |
| void | yyparse (void) |
| int | yywrap (void) |
| static void | yyunput (int c, char *buf_ptr) |
| static void | yy_flex_strncpy (char *, char *, int) |
| static int | input (void) |
| int | yylex (void) |
| static void | yyunput (int c, register char *yy_bp) |
| int | isatty (int) |
| static void | yy_fatal_error (char *msg) |
| #define BEGIN (yy_start) = 1 + 2 * |
| #define C_COMMENT 1 |
| #define EOB_ACT_CONTINUE_SCAN 0 |
| #define EOB_ACT_END_OF_FILE 1 |
| #define EOB_ACT_LAST_MATCH 2 |
| #define FLEX_BETA |
| #define FLEX_SCANNER |
| #define FLEXINT_H |
| #define INITIAL 0 |
| #define INT16_MAX (32767) |
| #define INT16_MIN (-32767-1) |
| #define INT32_MAX (2147483647) |
| #define INT32_MIN (-2147483647-1) |
| #define INT8_MAX (127) |
| #define INT8_MIN (-128) |
| #define LINE_COMMENT 2 |
| #define STRING 3 |
| #define UINT16_MAX (65535U) |
| #define UINT32_MAX (4294967295U) |
| #define UINT8_MAX (255U) |
| #define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
| #define YY_BREAK break; |
| #define YY_BUF_SIZE 16384 |
| #define YY_BUFFER_EOF_PENDING 2 |
| #define YY_BUFFER_NEW 0 |
| #define YY_BUFFER_NORMAL 1 |
| #define YY_CURRENT_BUFFER |
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
| #define YY_DECL int yylex (void) |
| #define YY_DECL_IS_OURS 1 |
| #define YY_DO_BEFORE_ACTION |
| #define YY_END_OF_BUFFER 50 |
| #define YY_END_OF_BUFFER_CHAR 0 |
| #define YY_EXIT_FAILURE 2 |
| #define YY_EXTRA_TYPE void * |
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
| #define YY_FLEX_LEX_COMPAT |
| #define YY_FLEX_MAJOR_VERSION 2 |
| #define YY_FLEX_MINOR_VERSION 5 |
| #define YY_FLEX_SUBMINOR_VERSION 31 |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |
| #define YY_INPUT | ( | buf, | |
| result, | |||
| max_size | |||
| ) |
| #define YY_INT_ALIGNED short int |
| #define YY_LESS_LINENO | ( | n | ) |
| #define YY_MORE_ADJ 0 |
| #define yy_new_buffer yy_create_buffer |
| #define YY_NULL 0 |
| #define YY_NUM_RULES 49 |
| #define YY_READ_BUF_SIZE 8192 |
| #define YY_RESTORE_YY_MORE_OFFSET |
| #define YY_RULE_SETUP |
| #define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
| #define yy_set_bol | ( | at_bol | ) |
| #define yy_set_interactive | ( | is_interactive | ) |
| #define YY_START (((yy_start) - 1) / 2) |
| #define YY_START_STACK_INCR 25 |
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
| #define YY_STRUCT_YY_BUFFER_STATE |
| #define YY_TYPEDEF_YY_BUFFER_STATE |
| #define YY_TYPEDEF_YY_SIZE_T |
| #define YY_USER_ACTION |
| #define yyconst |
| #define yyless | ( | n | ) |
| #define yyless | ( | n | ) |
| #define YYLMAX 8192 |
| #define YYSTATE YY_START |
| #define YYTABLES_NAME "yytables" |
| #define yyterminate | ( | ) | return YY_NULL |
| typedef short int flex_int16_t |
| typedef int flex_int32_t |
| typedef signed char flex_int8_t |
| typedef unsigned short int flex_uint16_t |
| typedef unsigned int flex_uint32_t |
| typedef unsigned char flex_uint8_t |
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
| typedef unsigned char YY_CHAR |
| typedef unsigned int yy_size_t |
| typedef int yy_state_type |
|
static |
References EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, YY_END_OF_BUFFER_CHAR, yy_get_next_buffer(), yy_hold_char, yy_n_chars, YY_NEW_FILE, yyin, yylineno, yyrestart(), yytext_ptr, and yywrap().
Referenced by _get_dir(), _get_dir_common(), _open_input(), _read_dir(), _x_demux_read_header(), _x_demux_read_send_data(), _x_find_demux_plugin(), _x_find_demux_plugin_by_name(), _x_find_demux_plugin_last_probe(), _x_free_input_plugin(), _x_input_read_skip(), _x_input_seek_preview(), _x_post_dispose(), _x_post_intercept_audio_port(), _x_post_intercept_video_port(), a8_subpix_blit_scanline_c(), anx_open_plugin(), ao_change_settings(), ao_coreaudio_open(), ao_eq_update(), ao_loop(), ao_status(), ao_update_resample_factor(), asf_parse_packet_align(), asf_parse_packet_compressed_payload(), asf_parse_packet_ecd(), asf_parse_packet_payload(), asf_parse_packet_payload_common(), asf_parse_packet_payload_header(), asf_read_header(), asf_send_buffer_defrag(), asf_send_buffer_nodefrag(), audio_filter_amp(), boxblur_open_plugin(), check_newpts(), composite_alphamask_alpha_to_packed4444_scanline_c(), composite_alphamask_to_packed4444_scanline_c(), composite_packed4444_alpha_to_packed422_scanline_c(), composite_packed4444_to_packed422_scanline_c(), configure_renderer(), deinterlace_open_plugin(), demux_aac_send_chunk(), demux_ac3_seek(), demux_ac3_send_chunk(), demux_aiff_seek(), demux_aiff_send_chunk(), demux_asf_parse_http_references(), demux_asf_read_file(), demux_asf_seek(), demux_asf_send_chunk(), demux_asf_send_headers(), demux_aud_send_chunk(), demux_cdda_get_stream_length(), demux_cdda_seek(), demux_cdda_send_chunk(), demux_cdda_send_headers(), demux_dts_get_stream_length(), demux_dts_seek(), demux_dts_send_chunk(), demux_eawve_send_chunk(), demux_film_seek(), demux_film_send_chunk(), demux_flac_seek(), demux_flac_send_chunk(), demux_fli_seek(), demux_fli_send_chunk(), demux_flv_seek(), demux_fourxm_send_chunk(), demux_idcin_seek(), demux_idcin_send_chunk(), demux_iff_seek(), demux_iff_send_chunk(), demux_image_next(), demux_image_send_headers(), demux_ivf_seek(), demux_ivf_send_chunk(), demux_ivf_send_headers(), demux_matroska_seek(), demux_matroska_send_headers(), demux_mng_send_chunk(), demux_mpc_send_chunk(), demux_mpc_send_headers(), demux_mpeg_block_get_stream_length(), demux_mpeg_block_parse_pack(), demux_mpeg_block_seek(), demux_mpeg_block_send_headers(), demux_mpeg_detect_blocksize(), demux_mpeg_elem_next(), demux_mpeg_elem_seek(), demux_mpeg_elem_send_headers(), demux_mpeg_get_stream_length(), demux_mpeg_pes_get_stream_length(), demux_mpeg_pes_parse_pack(), demux_mpeg_pes_seek(), demux_mpeg_pes_send_headers(), demux_mpeg_resync(), demux_mpeg_seek(), demux_mpeg_send_headers(), demux_mpgaudio_next(), demux_mpgaudio_seek(), demux_mpgaudio_send_headers(), demux_mve_seek(), demux_mve_send_chunk(), demux_nsf_seek(), demux_nsf_send_chunk(), demux_ogg_get_stream_length(), demux_ogg_seek(), demux_ogg_send_headers(), demux_playlist_send_chunk(), demux_playlist_send_headers(), demux_pva_seek(), demux_pva_send_chunk(), demux_pva_send_headers(), demux_ra_seek(), demux_ra_send_chunk(), demux_raw_dv_get_stream_length(), demux_raw_dv_next(), demux_raw_dv_seek(), demux_raw_dv_send_headers(), demux_real_parse_references(), demux_real_seek(), demux_real_send_chunk(), demux_real_send_headers(), demux_roq_seek(), demux_roq_send_chunk(), demux_shn_send_chunk(), demux_slave_next(), demux_smjpeg_send_chunk(), demux_snd_seek(), demux_snd_send_chunk(), demux_str_get_stream_length(), demux_str_seek(), demux_str_send_chunk(), demux_ts_get_optional_data(), demux_ts_get_stream_length(), demux_ts_seek(), demux_ts_send_headers(), demux_tta_seek(), demux_tta_send_chunk(), demux_vc1_es_next_ap(), demux_vc1_es_next_smp(), demux_vc1_es_seek(), demux_vc1_es_send_headers(), demux_vmd_send_chunk(), demux_voc_seek(), demux_voc_send_chunk(), demux_vox_get_stream_length(), demux_vox_seek(), demux_vox_send_chunk(), demux_vqa_send_chunk(), demux_wav_seek(), demux_wav_send_chunk(), demux_wv_send_chunk(), demux_wv_send_headers(), demux_yuv4mpeg2_seek(), demux_yuv4mpeg2_send_chunk(), demux_yuv_frames_send_chunk(), demux_yuv_frames_send_headers(), denoise3d_open_plugin(), detect_anx_content(), detect_by_content(), detect_by_extension(), detect_mpgaudio_file(), detect_ogg_content(), dvb_event_handler(), dvd_handle_events(), eq2_open_plugin(), eq_open_plugin(), expand_open_plugin(), fftgraph_open_plugin(), fftscope_open_plugin(), fill_open_plugin(), find_chunk_by_tag(), find_mdat_atom(), flac_length_callback(), flac_read_callback(), flac_seek_callback(), flac_tell_callback(), fooviz_open_plugin(), get_format_context(), get_guid(), get_io_context(), get_stream_length(), goom_open_plugin(), handle_events(), id3v1_parse_tag(), id3v22_interp_frame(), id3v22_parse_frame_header(), id3v22_parse_tag(), id3v23_interp_frame(), id3v23_parse_frame_ext_header(), id3v23_parse_frame_header(), id3v23_parse_tag(), id3v24_interp_frame(), id3v24_parse_ext_header(), id3v24_parse_frame_header(), id3v24_parse_tag(), id3v2_parse_header(), id3v2_parse_tag(), invert_open_plugin(), load_moov_atom(), mmal_display_frame(), mosaico_open_plugin(), mpeg1_read_pts(), mpeg2_read_pts(), mymng_open_stream(), mymng_read_stream(), new_ebml_parser(), noise_open_plugin(), nsv_parse_payload(), nsv_read(), nsv_seek(), ogg_open_plugin(), open_ac3_file(), open_aiff_file(), open_aud_file(), open_demux_avformat_plugin(), open_demux_plugin(), open_dts_file(), open_fli_file(), open_idcin_file(), open_iff_file(), open_ipmovie_file(), open_mod_file(), open_mpc_file(), open_mve_file(), open_nsv_file(), open_plugin(), open_ra_file(), open_roq_file(), open_smjpeg_file(), open_snd_file(), open_str_file(), open_tta_file(), open_vmd_file(), open_voc_file(), open_vqa_file(), open_wav_file(), open_wv_file(), open_yuv4mpeg2_file(), oscope_open_plugin(), packed422_to_packed444_scanline_c(), packed444_to_nonpremultiplied_packed4444_scanline_c(), packed444_to_packed422_scanline_c(), packed444_to_rgb24_rec601_scanline_c(), parse_block_group(), parse_ebml_uint(), parse_frame_payload(), parse_mpeg1_packet(), parse_mpeg2_packet(), parse_nsf_header(), parse_pack(), parse_pack_preview(), parse_pes_for_pts(), parse_private_stream_1(), parse_private_stream_2(), parse_seek_entry(), parse_simpleblock(), parse_top_level(), parse_top_level_head(), pb_input_read_packet(), pb_input_seek(), pp_open_plugin(), premultiply_packed4444_scanline_c(), prepare_samples(), probe_aac_file(), probe_aiff_file(), probe_demux(), probe_film_file(), probe_fourxm_file(), probe_mod_file(), probe_mve_file(), probe_pva_file(), probe_shn_file(), probe_snd_file(), probe_tta_file(), probe_voc_file(), probe_vqa_file(), probe_wav_file(), process_header(), process_ipmovie_chunk(), pvr_event_handler(), pvr_plugin_open(), read_arbitary(), read_block_data(), read_bytes(), read_data(), read_flv_packet(), read_frame_header(), read_iff_chunk(), read_line_from_input(), read_ogg_packet(), real_check_stream_type(), real_parse_headers(), real_parse_index(), rgb24_to_packed444_rec601_scanline_c(), rgba32_to_packed4444_rec601_scanline_c(), search_by_channel(), seek_flv_file(), send_ogg_buf(), set_extradata(), start_codec(), stretch_open_plugin(), sub_read_file(), switch_open_plugin(), sync_next(), tdaan_open_plugin(), unsharp_open_plugin(), update_extra_info(), upmix_mono_open_plugin(), upmix_open_plugin(), v4l_event_handler(), vdr_audio_open_plugin(), vdr_metronom_got_video_frame(), vdr_metronom_handle_audio_discontinuity(), vdr_metronom_handle_video_discontinuity(), vdr_video_open_plugin(), volnorm_open_plugin(), xine_get_next_audio_frame(), xine_post_init(), and xine_post_input().
| int isatty | ( | int | ) |
Referenced by display_stats(), and yy_init_buffer().
| YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
| int | size | ||
| ) |
Allocate and initialize an input buffer state.
| file | A readable stream. |
| size | The character buffer size in bytes. When in doubt, use YY_BUF_SIZE. |
References yy_buffer_state::yy_buf_size, yy_buffer_state::yy_ch_buf, YY_FATAL_ERROR, yy_init_buffer(), yy_buffer_state::yy_is_our_buffer, and yyalloc().
Referenced by yylex(), and yyrestart().
| void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
Destroy the buffer.
| b | a buffer created with yy_create_buffer() |
References yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_buffer_state::yy_is_our_buffer, and yyfree().
Referenced by yypop_buffer_state().
|
static |
References YY_EXIT_FAILURE.
|
static |
|
static |
Get the current line number. Get the input stream.
| void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
Discard all buffered characters. On the next scan, YY_INPUT will be called.
| b | the buffer state to be flushed, usually YY_CURRENT_BUFFER. |
References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, yy_load_buffer_state(), and yy_buffer_state::yy_n_chars.
Referenced by yy_init_buffer().
|
static |
|
static |
References YY_AT_BOL, yy_base, yy_c_buf_p, yy_chk, yy_def, yy_ec, yy_meta, YY_MORE_ADJ, yy_nxt, YY_SC_TO_UI, yy_start, yy_state_buf, yy_state_ptr, and yytext_ptr.
Referenced by yylex().
|
static |
|
static |
References yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_hold_char, yy_n_chars, yyin, and yytext_ptr.
Referenced by yy_flush_buffer(), yy_switch_to_buffer(), yylex(), yypop_buffer_state(), yypush_buffer_state(), and yyrestart().
| YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
| yy_size_t | size | ||
| ) |
Setup the input buffer state to scan directly from a user-specified character buffer.
| base | the character buffer |
| size | the size in bytes of the character buffer |
References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, yy_buffer_state::yy_buf_size, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, yy_buffer_state::yy_is_our_buffer, yy_buffer_state::yy_n_chars, yy_switch_to_buffer(), and yyalloc().
Referenced by yy_scan_bytes().
| YY_BUFFER_STATE yy_scan_bytes | ( | char * | bytes, |
| int | len | ||
| ) |
Setup the input buffer state to scan the given bytes. The next call to yylex() will scan from a copy of bytes.
| bytes | the byte buffer to scan |
| len | the number of bytes in the buffer pointed to by bytes. |
References YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_is_our_buffer, yy_scan_buffer(), and yyalloc().
Referenced by yy_scan_string().
| YY_BUFFER_STATE yy_scan_string | ( | char * | str | ) |
Setup the input buffer state to scan a string. The next call to yylex() will scan from a copy of str.
| str | a NUL-terminated string to scan |
References yy_scan_bytes().
| void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
Switch to a different input buffer.
| new_buffer | The new input buffer. |
References yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_load_buffer_state(), yy_n_chars, and yyensure_buffer_stack().
Referenced by yy_scan_buffer().
|
static |
Referenced by yy_create_buffer(), yy_scan_buffer(), yy_scan_bytes(), yyensure_buffer_stack(), and yylex().
|
static |
References yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, yyalloc(), and yyrealloc().
Referenced by yy_switch_to_buffer(), yylex(), yypush_buffer_state(), and yyrestart().
| void yyerror | ( | const char * | str | ) |
References _GoomSL::compilationOK, currentGoomSL, and _GoomSL::num_lines.
Referenced by yyparse().
| void yyfree | ( | void * | ptr | ) |
Referenced by yy_delete_buffer().
| int yylex | ( | void | ) |
The main scanner function which does all the work.
References BEGIN, C_COMMENT, YYSTYPE::charValue, currentGoomSL, DECLARE, DIV_EQ, DO, ECHO, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, EXTERNAL, FLOAT_TK, FOR, gsl_malloc(), IN, INITIAL, INT_TK, LINE_COMMENT, LOW_EQ, LTYPE_FLOAT, LTYPE_INTEGER, LTYPE_PTR, LTYPE_VAR, MUL_EQ, NOT, NOT_EQ, _GoomSL::num_lines, PLUS_EQ, PTR_TK, _GoomSL::ptrArray, STRING, string_size, STRUCT, YYSTYPE::strValue, SUB_EQ, SUP_EQ, WHILE, yy_accept, yy_acclist, YY_AT_BOL, yy_base, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yy_c_buf_p, yy_chk, yy_create_buffer(), YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_def, yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, yy_ec, YY_END_OF_BUFFER, YY_FATAL_ERROR, yy_full_match, yy_get_next_buffer(), yy_get_previous_state(), yy_hold_char, yy_init, yy_load_buffer_state(), yy_lp, yy_meta, YY_MORE_ADJ, yy_n_chars, YY_NEW_FILE, yy_nxt, yy_prev_more_offset, YY_RESTORE_YY_MORE_OFFSET, yy_rule_can_match_eol, YY_RULE_SETUP, YY_SC_TO_UI, YY_START, yy_start, yy_state_buf, YY_STATE_EOF, yy_state_ptr, yy_try_NUL_trans(), yyalloc(), yyensure_buffer_stack(), yyin, yyleng, yylineno, yylval, yyout, yyterminate, yytext, yytext_ptr, and yywrap().
| void yyparse | ( | void | ) |
References currentGoomSL, FLOAT_TK, gsl_add_struct(), gsl_add_struct_field(), gsl_append(), gsl_declare_external_task(), gsl_declare_global_variable(), gsl_declare_task(), gsl_enternamespace(), gsl_float_decl_local(), gsl_get_struct_id(), gsl_int_decl_local(), gsl_leavenamespace(), gsl_new_struct(), gsl_new_struct_field(), gsl_new_struct_field_struct(), gsl_ptr_decl_local(), gsl_reenternamespace(), YYSTYPE::gsl_struct, gsl_struct_decl_local(), YYSTYPE::gsl_struct_field, INSTR_FLOAT, INSTR_INT, INSTR_PTR, INT_TK, YYSTYPE::intValue, lastNode, new_add(), new_affec_list(), new_block(), new_call(), new_call_expr(), new_constFloat(), new_constInt(), new_constPtr(), new_div(), new_div_eq(), new_equ(), new_function_intro(), new_function_outro(), new_if(), new_low(), new_mul(), new_mul_eq(), new_neg(), new_not(), new_plus_eq(), new_set(), new_static_foreach(), new_sub(), new_sub_eq(), new_var(), new_var_list(), new_while(), YYSTYPE::nPtr, NULL, _GoomSL::num_lines, _OprNodeType::op, _NODE_TYPE::opr, PTR_TK, YYSTYPE::strValue, _NODE_TYPE::unode, YY_REDUCE_PRINT, YY_STACK_PRINT, YYABORT, YYACCEPT, yychar, yycheck, yydefact, yydefgoto, yydestruct(), YYDPRINTF, YYDSYMPRINTF, YYEMPTY, YYEOF, yyerror(), YYFINAL, YYINITDEPTH, YYLAST, YYLEX, yylval, YYMAXDEPTH, yynerrs, YYNTOKENS, yypact, YYPACT_NINF, yypgoto, YYPOPSTACK, yyr1, yyr2, YYSIZE_T, yyalloc::yyss, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, yystos, yytable, YYTABLE_NINF, YYTERROR, YYTRANSLATE, and yyalloc::yyvs.
| void yypop_buffer_state | ( | void | ) |
Removes and deletes the top of the stack, if present. The next element becomes the new top.
References NULL, yy_buffer_stack_top, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_delete_buffer(), yy_did_buffer_switch_on_eof, and yy_load_buffer_state().
| void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
Pushes the new state onto the stack. The new state becomes the current state. This function will allocate the stack if necessary.
| new_buffer | The new state. |
References NULL, yy_buffer_stack_top, yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_load_buffer_state(), yy_n_chars, and yyensure_buffer_stack().
| void * yyrealloc | ( | void * | ptr, |
| yy_size_t | size | ||
| ) |
Referenced by yyensure_buffer_stack().
| void yyrestart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
| input_file | A readable stream. |
INITIAL . References YY_BUF_SIZE, yy_create_buffer(), YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init_buffer(), yy_load_buffer_state(), yyensure_buffer_stack(), and yyin.
Referenced by input(), and yy_get_next_buffer().
|
static |
Referenced by yywrap().
|
static |
References yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, YY_FATAL_ERROR, yy_hold_char, yy_n_chars, yylineno, and yytext_ptr.
| GoomSL* currentGoomSL |
Referenced by commit_call(), commit_div_eq(), commit_ext_call(), commit_foreach(), commit_function_intro(), commit_function_outro(), commit_mul_eq(), commit_node(), commit_not(), commit_plus_eq(), commit_sub_eq(), commit_test2(), gsl_add_struct(), gsl_compile(), gsl_create_fast_iflow(), gsl_declare_external_task(), gsl_declare_task(), gsl_declare_var(), gsl_enternamespace(), gsl_find_namespace(), gsl_float_decl_global(), gsl_float_decl_local(), gsl_get_struct_id(), gsl_int_decl_global(), gsl_int_decl_local(), gsl_leavenamespace(), gsl_new_struct_field_struct(), gsl_prepare_struct(), gsl_ptr_decl_global(), gsl_ptr_decl_local(), GSL_PUT_JUMP(), GSL_PUT_JXXX(), GSL_PUT_LABEL(), gsl_reenternamespace(), gsl_struct_decl_global_from_id(), gsl_struct_decl_local(), new_call(), new_call_expr(), new_neg(), new_op(), new_static_foreach(), precommit_expr(), yyerror(), yylex(), and yyparse().
|
static |
Referenced by rtsp_get().
|
static |
Referenced by info_string_from_atom(), parse_reference_atom(), and yylex().
|
static |
Referenced by yylex().
|
static |
Referenced by yylex().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
|
static |
Stack as an array.
Referenced by yyensure_buffer_stack().
|
static |
capacity of stack.
Referenced by yyensure_buffer_stack().
|
static |
index of top of stack.
Referenced by yyensure_buffer_stack(), yypop_buffer_state(), and yypush_buffer_state().
|
static |
Referenced by input(), yy_get_next_buffer(), yy_get_previous_state(), yy_load_buffer_state(), yy_switch_to_buffer(), yylex(), yypush_buffer_state(), and yyunput().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
|
static |
Referenced by input(), yy_switch_to_buffer(), yylex(), yypop_buffer_state(), and yypush_buffer_state().
|
static |
Referenced by yy_get_previous_state(), and yylex().
| int yy_flex_debug = 0 |
|
static |
Referenced by yylex().
|
static |
Referenced by input(), yy_load_buffer_state(), yy_switch_to_buffer(), yylex(), yypush_buffer_state(), and yyunput().
|
static |
Referenced by yylex().
|
static |
Referenced by yylex().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
|
static |
|
static |
Referenced by input(), yy_get_next_buffer(), yy_load_buffer_state(), yy_switch_to_buffer(), yylex(), yypush_buffer_state(), and yyunput().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
|
static |
Referenced by yylex().
|
static |
Referenced by yylex().
|
static |
Referenced by yy_get_previous_state(), and yylex().
|
static |
Referenced by yy_get_previous_state(), and yylex().
|
static |
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yylex().
| FILE * yyin = (FILE *) 0 |
Referenced by input(), yy_get_next_buffer(), yy_load_buffer_state(), yylex(), and yyrestart().
| int yyleng |
Referenced by yylex().
| FILE * yyout = (FILE *) 0 |
Referenced by yylex().
| char yytext |
Referenced by yylex().
| char* yytext_ptr |
Referenced by input(), yy_get_next_buffer(), yy_get_previous_state(), yy_load_buffer_state(), yylex(), and yyunput().
1.8.17