home *** CD-ROM | disk | FTP | other *** search
- #
- # lex.sed - sed rules to remove conflicts between the backend interface
- # LEX scanner and the POSTQUEL LEX scanner
- #
- # $Header: /private/postgres/src/bootstrap/RCS/lex.sed,v 1.1 1991/05/13 01:18:18 kemnitz Exp $
- #
- # kai: changed to flex's symbols for linux
- # Note: statics are listed as well
- #
- s/yy_accept/Int_yy_accept/g
- s/yy_act/Int_yy_act/g
- s/yy_amount_of_matched_text/Int_yy_amount_of_matched_text/g
- s/yy_base/Int_yy_base/g
- s/yy_bp/Int_yy_bp/g
- s/yy_buf_pos/Int_yy_buf_pos/g
- s/yy_buf_size/Int_yy_buf_size/g
- s/yy_buffer_state/Int_yy_buffer_state/g
- s/yy_c/Int_yy_c/g
- s/yy_c_buf_p/Int_yy_c_buf_p/g
- s/yy_ch_buf/Int_yy_ch_buf/g
- s/yy_chk/Int_yy_chk/g
- s/yy_cp/Int_yy_cp/g
- s/yy_create_buffer/Int_yy_create_buffer/g
- s/yy_current_buffer/Int_yy_current_buffer/g
- s/yy_current_state/Int_yy_current_state/g
- s/yy_def/Int_yy_def/g
- s/yy_delete_buffer/Int_yy_delete_buffer/g
- s/yy_did_buffer_switch_on_eof/Int_yy_did_buffer_switch_on_eof/g
- s/yy_ec/Int_yy_ec/g
- s/yy_eof_status/Int_yy_eof_status/g
- s/yy_find_action/Int_yy_find_action/g
- s/yy_get_next_buffer/Int_yy_get_next_buffer/g
- s/yy_get_previous_state/Int_yy_get_previous_state/g
- s/yy_hold_char/Int_yy_hold_char/g
- s/yy_init/Int_yy_init/g
- s/yy_init_buffer/Int_yy_init_buffer/g
- s/yy_input_file/Int_yy_input_file/g
- s/yy_is_jam/Int_yy_is_jam/g
- s/yy_last_accepting_cpos/Int_yy_last_accepting_cpos/g
- s/yy_last_accepting_state/Int_yy_last_accepting_state/g
- s/yy_load_buffer_state/Int_yy_load_buffer_state/g
- s/yy_match/Int_yy_match/g
- s/yy_meta/Int_yy_meta/g
- s/yy_n_chars/Int_yy_n_chars/g
- s/yy_new_buffer/Int_yy_new_buffer/g
- s/yy_next_state/Int_yy_next_state/g
- s/yy_nxt/Int_yy_nxt/g
- s/yy_start/Int_yy_start/g
- s/yy_state_type/Int_yy_state_type/g
- s/yy_switch_to_buffer/Int_yy_switch_to_buffer/g
- s/yy_try_NUL_trans/Int_yy_try_NUL_trans/g
- s/yycolumn/Int_yycolumn/g
- s/yyerror/Int_yyerror/g
- s/yyin/Int_yyin/g
- s/yyinput/Int_yyinput/g
- s/yyleng/Int_yyleng/g
- s/yyless/Int_yyless/g
- s/yylex/Int_yylex/g
- s/yyline/Int_yyline/g
- s/yylineno/Int_yylineno/g
- s/yylval/Int_yylval/g
- s/yymore/Int_yymore/g
- s/yymore_used_but_not_detected/Int_yymore_used_but_not_detected/g
- s/yyout/Int_yyout/g
- s/yyrestart/Int_yyrestart/g
- s/yyterminate/Int_yyterminate/g
- s/yytext/Int_yytext/g
- s/yyunput/Int_yyunput/g
- s/yywrap/Int_yywrap/g
-