|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>Go to the source code of this file.
Data Structures | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
Definition at line 379 of file postproc.c.
Definition at line 1016 of file postproc.c.
| #define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 423 of file postproc.c.
| #define EOB_ACT_END_OF_FILE 1 |
Definition at line 424 of file postproc.c.
| #define EOB_ACT_LAST_MATCH 2 |
Definition at line 425 of file postproc.c.
| #define FLEX_BETA |
Definition at line 41 of file postproc.c.
| #define FLEX_SCANNER |
Definition at line 36 of file postproc.c.
| #define FLEXINT_H |
Definition at line 291 of file postproc.c.
| #define INITIAL 0 |
Definition at line 921 of file postproc.c.
| #define INT16_MAX (32767) |
Definition at line 333 of file postproc.c.
| #define INT16_MIN (-32767-1) |
Definition at line 324 of file postproc.c.
| #define INT32_MAX (2147483647) |
Definition at line 336 of file postproc.c.
| #define INT32_MIN (-2147483647-1) |
Definition at line 327 of file postproc.c.
| #define INT8_MAX (127) |
Definition at line 330 of file postproc.c.
| #define INT8_MIN (-128) |
Definition at line 321 of file postproc.c.
Definition at line 858 of file postproc.c.
| #define post_create_buffer_ALREADY_DEFINED |
Definition at line 45 of file postproc.c.
| #define post_delete_buffer_ALREADY_DEFINED |
Definition at line 51 of file postproc.c.
| #define post_flex_debug_ALREADY_DEFINED |
Definition at line 267 of file postproc.c.
| #define post_flush_buffer_ALREADY_DEFINED |
Definition at line 81 of file postproc.c.
| #define post_init_buffer_ALREADY_DEFINED |
Definition at line 75 of file postproc.c.
| #define post_load_buffer_state_ALREADY_DEFINED |
Definition at line 87 of file postproc.c.
| #define post_scan_buffer_ALREADY_DEFINED |
Definition at line 57 of file postproc.c.
| #define post_scan_bytes_ALREADY_DEFINED |
Definition at line 69 of file postproc.c.
| #define post_scan_string_ALREADY_DEFINED |
Definition at line 63 of file postproc.c.
| #define post_switch_to_buffer_ALREADY_DEFINED |
Definition at line 93 of file postproc.c.
| #define postalloc_ALREADY_DEFINED |
Definition at line 225 of file postproc.c.
| #define postensure_buffer_stack_ALREADY_DEFINED |
Definition at line 111 of file postproc.c.
| #define postfree_ALREADY_DEFINED |
Definition at line 237 of file postproc.c.
| #define postin_ALREADY_DEFINED |
Definition at line 255 of file postproc.c.
| #define postleng_ALREADY_DEFINED |
Definition at line 249 of file postproc.c.
| #define postlex_ALREADY_DEFINED |
Definition at line 117 of file postproc.c.
| #define postlineno_ALREADY_DEFINED |
Definition at line 273 of file postproc.c.
| #define postout_ALREADY_DEFINED |
Definition at line 261 of file postproc.c.
| #define postpop_buffer_state_ALREADY_DEFINED |
Definition at line 105 of file postproc.c.
| #define postpush_buffer_state_ALREADY_DEFINED |
Definition at line 99 of file postproc.c.
| #define postrealloc_ALREADY_DEFINED |
Definition at line 231 of file postproc.c.
| #define postrestart_ALREADY_DEFINED |
Definition at line 123 of file postproc.c.
| #define posttext_ALREADY_DEFINED |
Definition at line 243 of file postproc.c.
Definition at line 588 of file postproc.c.
| #define postwrap_ALREADY_DEFINED |
Definition at line 219 of file postproc.c.
| #define REJECT |
Definition at line 813 of file postproc.c.
Definition at line 349 of file postproc.c.
Definition at line 859 of file postproc.c.
| #define UINT16_MAX (65535U) |
Definition at line 342 of file postproc.c.
| #define UINT32_MAX (4294967295U) |
Definition at line 345 of file postproc.c.
| #define UINT8_MAX (255U) |
Definition at line 339 of file postproc.c.
| #define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
Definition at line 443 of file postproc.c.
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 584 of file postproc.c.
Definition at line 1095 of file postproc.c.
| #define YY_BUF_SIZE 16384 |
Definition at line 401 of file postproc.c.
| #define YY_BUFFER_EOF_PENDING 2 |
Definition at line 505 of file postproc.c.
| #define YY_BUFFER_NEW 0 |
Definition at line 493 of file postproc.c.
| #define YY_BUFFER_NORMAL 1 |
Definition at line 494 of file postproc.c.
| #define yy_create_buffer post_create_buffer |
Definition at line 11 of file postproc.c.
| #define YY_CURRENT_BUFFER |
Definition at line 521 of file postproc.c.
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
Definition at line 527 of file postproc.c.
| #define YY_DECL_IS_OURS 1 |
Definition at line 1079 of file postproc.c.
| #define yy_delete_buffer post_delete_buffer |
Definition at line 12 of file postproc.c.
| #define YY_DO_BEFORE_ACTION |
Definition at line 613 of file postproc.c.
| #define YY_END_OF_BUFFER 16 |
Definition at line 620 of file postproc.c.
| #define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 390 of file postproc.c.
| #define YY_EXIT_FAILURE 2 |
Definition at line 2115 of file postproc.c.
Definition at line 932 of file postproc.c.
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 1070 of file postproc.c.
| #define yy_flex_debug post_flex_debug |
Definition at line 23 of file postproc.c.
| #define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 37 of file postproc.c.
| #define YY_FLEX_MINOR_VERSION 6 |
Definition at line 38 of file postproc.c.
| #define YY_FLEX_SUBMINOR_VERSION 4 |
Definition at line 39 of file postproc.c.
| #define yy_flush_buffer post_flush_buffer |
Definition at line 17 of file postproc.c.
| #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) |
Definition at line 555 of file postproc.c.
| #define yy_init_buffer post_init_buffer |
Definition at line 16 of file postproc.c.
Definition at line 912 of file postproc.c.
Definition at line 7 of file postproc.c.
Definition at line 427 of file postproc.c.
| #define YY_LINENO_REWIND_TO | ( | ptr | ) |
Definition at line 428 of file postproc.c.
| #define yy_load_buffer_state post_load_buffer_state |
Definition at line 18 of file postproc.c.
| #define YY_MORE_ADJ 0 |
Definition at line 822 of file postproc.c.
| #define yy_new_buffer yy_create_buffer |
Definition at line 565 of file postproc.c.
Definition at line 389 of file postproc.c.
| #define YY_NULL 0 |
Definition at line 368 of file postproc.c.
| #define YY_NUM_RULES 15 |
Definition at line 619 of file postproc.c.
| #define YY_READ_BUF_SIZE 8192 |
Definition at line 1007 of file postproc.c.
| #define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 823 of file postproc.c.
| #define YY_RULE_SETUP |
Definition at line 1098 of file postproc.c.
| #define yy_scan_buffer post_scan_buffer |
Definition at line 13 of file postproc.c.
| #define yy_scan_bytes post_scan_bytes |
Definition at line 15 of file postproc.c.
| #define yy_scan_string post_scan_string |
Definition at line 14 of file postproc.c.
Definition at line 575 of file postproc.c.
| #define yy_set_interactive | ( | is_interactive | ) |
Definition at line 566 of file postproc.c.
| #define YY_SKIP_YYWRAP |
Definition at line 589 of file postproc.c.
Definition at line 384 of file postproc.c.
| #define YY_START_STACK_INCR 25 |
Definition at line 1065 of file postproc.c.
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 407 of file postproc.c.
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 387 of file postproc.c.
| #define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 446 of file postproc.c.
| #define yy_switch_to_buffer post_switch_to_buffer |
Definition at line 19 of file postproc.c.
| #define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 410 of file postproc.c.
| #define YY_TYPEDEF_YY_SIZE_T |
Definition at line 415 of file postproc.c.
| #define YY_USER_ACTION |
Definition at line 1090 of file postproc.c.
Definition at line 32 of file postproc.c.
Definition at line 359 of file postproc.c.
| #define yyensure_buffer_stack postensure_buffer_stack |
Definition at line 22 of file postproc.c.
Definition at line 34 of file postproc.c.
| #define yyget_debug postget_debug |
Definition at line 149 of file postproc.c.
| #define yyget_extra postget_extra |
Definition at line 161 of file postproc.c.
| #define yyget_in postget_in |
Definition at line 173 of file postproc.c.
| #define yyget_leng postget_leng |
Definition at line 197 of file postproc.c.
| #define yyget_lineno postget_lineno |
Definition at line 209 of file postproc.c.
| #define yyget_out postget_out |
Definition at line 185 of file postproc.c.
| #define yyget_text postget_text |
Definition at line 203 of file postproc.c.
Definition at line 24 of file postproc.c.
Definition at line 25 of file postproc.c.
Definition at line 431 of file postproc.c.
Definition at line 431 of file postproc.c.
Definition at line 26 of file postproc.c.
| #define yylex_destroy postlex_destroy |
Definition at line 143 of file postproc.c.
| #define yylex_init postlex_init |
Definition at line 131 of file postproc.c.
| #define yylex_init_extra postlex_init_extra |
Definition at line 137 of file postproc.c.
| #define yylineno postlineno |
Definition at line 27 of file postproc.c.
| #define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 821 of file postproc.c.
| #define yynoreturn |
Definition at line 364 of file postproc.c.
Definition at line 28 of file postproc.c.
| #define yypop_buffer_state postpop_buffer_state |
Definition at line 21 of file postproc.c.
| #define yypush_buffer_state postpush_buffer_state |
Definition at line 20 of file postproc.c.
| #define yyrealloc postrealloc |
Definition at line 33 of file postproc.c.
| #define yyrestart postrestart |
Definition at line 29 of file postproc.c.
| #define yyset_debug postset_debug |
Definition at line 155 of file postproc.c.
| #define yyset_extra postset_extra |
Definition at line 167 of file postproc.c.
| #define yyset_in postset_in |
Definition at line 179 of file postproc.c.
| #define yyset_lineno postset_lineno |
Definition at line 215 of file postproc.c.
| #define yyset_out postset_out |
Definition at line 191 of file postproc.c.
Definition at line 385 of file postproc.c.
| #define YYTABLES_NAME "yytables" |
Definition at line 2327 of file postproc.c.
Definition at line 1060 of file postproc.c.
Definition at line 30 of file postproc.c.
Definition at line 603 of file postproc.c.
Definition at line 31 of file postproc.c.
Definition at line 313 of file postproc.c.
Definition at line 314 of file postproc.c.
Definition at line 312 of file postproc.c.
Definition at line 316 of file postproc.c.
Definition at line 317 of file postproc.c.
Definition at line 315 of file postproc.c.
Definition at line 411 of file postproc.c.
Definition at line 590 of file postproc.c.
Definition at line 416 of file postproc.c.
Definition at line 594 of file postproc.c.
Definition at line 830 of file postproc.c.
Referenced by postlex().
Definition at line 1693 of file postproc.c.
References c, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, input(), int, x, 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, yyrestart, yytext_ptr, and yywrap.
Referenced by comment(), getput(), and input().
| YY_BUFFER_STATE post_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. |
Definition at line 1832 of file postproc.c.
References b, file, size, YY_FATAL_ERROR, yy_init_buffer, and yyalloc.
| void post_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
Destroy the buffer.
| b | a buffer created with yy_create_buffer() |
Definition at line 1860 of file postproc.c.
References b, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, and yyfree.
| void post_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. |
Definition at line 1907 of file postproc.c.
References b, YY_BUFFER_NEW, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, and yy_load_buffer_state.
|
static |
Definition at line 1879 of file postproc.c.
References b, file, x, YY_CURRENT_BUFFER, and yy_flush_buffer.
Definition at line 1818 of file postproc.c.
References yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_hold_char, yy_n_chars, yyin, and yytext_ptr.
| YY_BUFFER_STATE post_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 |
Definition at line 2034 of file postproc.c.
References b, int, size, x, YY_BUFFER_NEW, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_switch_to_buffer, and yyalloc.
| YY_BUFFER_STATE post_scan_bytes | ( | const char * | yybytes, |
| int | _yybytes_len | ||
| ) |
Setup the input buffer state to scan the given bytes.
The next call to yylex() will scan from a copy of bytes.
| yybytes | the byte buffer to scan |
| _yybytes_len | the number of bytes in the buffer pointed to by bytes. |
Definition at line 2084 of file postproc.c.
References b, buf, i, n, x, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_scan_buffer, and yyalloc.
| YY_BUFFER_STATE post_scan_string | ( | const char * | yystr | ) |
Setup the input buffer state to scan a string.
The next call to yylex() will scan from a copy of str.
| yystr | a NUL-terminated string to scan |
Definition at line 2071 of file postproc.c.
References x, and yy_scan_bytes.
| void post_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
Switch to a different input buffer.
| new_buffer | The new input buffer. |
Definition at line 1787 of file postproc.c.
References x, 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.
Definition at line 2304 of file postproc.c.
Definition at line 1985 of file postproc.c.
References x, yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, YY_FATAL_ERROR, yyalloc, and yyrealloc.
Definition at line 2322 of file postproc.c.
References free().
Definition at line 2211 of file postproc.c.
References yy_flex_debug.
The main scanner function which does all the work.
Definition at line 1106 of file postproc.c.
References autolink, c, comment(), ECHO, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, getput(), indef, INITIAL, int, line, nolineno, realloc(), REJECT, s, space, x, 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_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, YY_START, yy_start, yy_state_buf, YY_STATE_BUF_SIZE, YY_STATE_EOF, yy_state_ptr, yy_try_NUL_trans(), yyalloc, yyensure_buffer_stack, yyin, yyout, yyterminate, yytext, yytext_ptr, and yywrap.
Definition at line 2255 of file postproc.c.
References x, yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_delete_buffer, yy_init_globals(), yy_state_buf, yyfree, and yypop_buffer_state.
Referenced by compdir().
Removes and deletes the top of the stack, if present.
The next element becomes the new top.
Definition at line 1966 of file postproc.c.
References x, 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 postpush_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. |
Definition at line 1936 of file postproc.c.
References x, 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.
Definition at line 2309 of file postproc.c.
References realloc(), and size.
Immediately switch to a different input stream.
| input_file | A readable stream. |
INITIAL . Definition at line 1770 of file postproc.c.
References x, 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.
Definition at line 2216 of file postproc.c.
References x, and yy_flex_debug.
Set the input stream.
This does not discard the current input buffer.
| _in_str | A readable stream. |
Definition at line 2201 of file postproc.c.
Set the current line number.
| _line_number | line number |
Definition at line 2189 of file postproc.c.
Definition at line 2206 of file postproc.c.
Definition at line 2118 of file postproc.c.
References x, and YY_EXIT_FAILURE.
Definition at line 1489 of file postproc.c.
References EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, i, int, source, x, YY_BUFFER_EOF_PENDING, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, YY_INPUT, YY_MORE_ADJ, yy_n_chars, YY_READ_BUF_SIZE, yyin, yyrealloc, yyrestart, and yytext_ptr.
Referenced by input(), and postlex().
|
static |
Definition at line 1597 of file postproc.c.
References int, x, 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 postlex().
Definition at line 2221 of file postproc.c.
References x, yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, yy_c_buf_p, yy_full_match, yy_init, yy_lp, yy_start, yy_state_buf, yy_state_ptr, yyin, and yyout.
Referenced by postlex_destroy().
|
static |
Definition at line 1650 of file postproc.c.
References c, int, source, x, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, YY_FATAL_ERROR, yy_hold_char, yy_n_chars, and yytext_ptr.
Referenced by postproc().
Definition at line 856 of file postproc.c.
Referenced by postlex(), and postproc().
|
static |
Definition at line 855 of file postproc.c.
Referenced by postlex(), and postproc().
|
static |
Definition at line 855 of file postproc.c.
Referenced by input0(), postlex(), and postproc().
|
static |
Definition at line 855 of file postproc.c.
Referenced by postlex(), and postproc().
| int post_flex_debug = 0 |
Definition at line 808 of file postproc.c.
Definition at line 592 of file postproc.c.
| int postleng |
Definition at line 532 of file postproc.c.
| int postlineno = 1 |
Definition at line 597 of file postproc.c.
Definition at line 421 of file postproc.c.
| char * posttext |
Definition at line 824 of file postproc.c.
|
static |
Definition at line 637 of file postproc.c.
Referenced by postlex().
|
static |
Definition at line 628 of file postproc.c.
Referenced by postlex().
|
static |
Definition at line 695 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Stack as an array.
Definition at line 513 of file postproc.c.
Referenced by postensure_buffer_stack(), postlex_destroy(), and yy_init_globals().
|
static |
capacity of stack.
Definition at line 512 of file postproc.c.
Referenced by postensure_buffer_stack(), and yy_init_globals().
|
static |
index of top of stack.
Definition at line 511 of file postproc.c.
Referenced by postensure_buffer_stack(), postpop_buffer_state(), postpush_buffer_state(), and yy_init_globals().
Definition at line 535 of file postproc.c.
Referenced by input(), post_load_buffer_state(), post_switch_to_buffer(), postlex(), postpush_buffer_state(), yy_get_next_buffer(), yy_get_previous_state(), yy_init_globals(), and yyunput().
|
static |
Definition at line 769 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 713 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 542 of file postproc.c.
Referenced by input(), post_switch_to_buffer(), postlex(), postpop_buffer_state(), and postpush_buffer_state().
Definition at line 654 of file postproc.c.
Referenced by postlex(), and yy_get_previous_state().
|
static |
Definition at line 811 of file postproc.c.
Referenced by postlex(), and yy_init_globals().
|
static |
Definition at line 530 of file postproc.c.
Referenced by input(), post_load_buffer_state(), post_switch_to_buffer(), postlex(), postpush_buffer_state(), and yyunput().
|
static |
Definition at line 536 of file postproc.c.
Referenced by postlex(), and yy_init_globals().
|
static |
Definition at line 812 of file postproc.c.
Referenced by postlex(), and yy_init_globals().
Definition at line 686 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 531 of file postproc.c.
Referenced by input(), post_load_buffer_state(), post_switch_to_buffer(), postlex(), postpush_buffer_state(), yy_get_next_buffer(), and yyunput().
|
static |
Definition at line 731 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 537 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), and yy_init_globals().
|
static |
Definition at line 810 of file postproc.c.
Referenced by postlex(), postlex_destroy(), yy_get_previous_state(), and yy_init_globals().
|
static |
Definition at line 810 of file postproc.c.
Referenced by postlex(), yy_get_previous_state(), yy_init_globals(), and yy_try_NUL_trans().