lexer.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 310 | 17% |
空行行数 | 525 | 29% |
実行行数 | 993 | 54% |
合計行数 | 1828 | 100% |
内容 | 定義数 |
---|---|
関数数 | 36 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | yy_get_next_buffer | static int | |
2 |
Static | yy_get_previous_state | static yy_state_type | |
3 |
Static | yy_try_NUL_trans | static yy_state_type | |
4 |
Static | yyinput | static int | |
5 |
Function | yyrestart | void | Immediately switch to a different input stream. |
6 |
Function | yy_switch_to_buffer | void | Switch to a different input buffer. |
7 |
Static | yy_load_buffer_state | static void | |
8 |
Function | yy_create_buffer | YY_BUFFER_STATE | Allocate and initialize an input buffer state. |
9 |
Function | yy_delete_buffer | void | Destroy the buffer. |
10 |
Static | yy_init_buffer | static void | |
11 |
Function | yy_flush_buffer | void | Discard all buffered characters. On the next scan, YY_INPUT will be called. |
12 |
Function | yypush_buffer_state | void | Pushes the new state onto the stack. The new state becomes |
13 |
Function | yypop_buffer_state | void | Removes and deletes the top of the stack, if present. |
14 |
Static | yyensure_buffer_stack | static void | |
15 |
Function | yy_scan_buffer | YY_BUFFER_STATE | Setup the input buffer state to scan directly from a user-specified character buffer. |
16 |
Function | yy_scan_string | YY_BUFFER_STATE | Setup the input buffer state to scan a string. The next call to yylex() will |
17 |
Function | yy_scan_bytes | YY_BUFFER_STATE | Setup the input buffer state to scan the given bytes. The next call to yylex() will |
18 |
Static | yy_fatal_error | static void | |
19 |
Function | yyget_lineno | int | Get the current line number. |
20 |
Function | yyget_in | FILE * | Get the input stream. |
21 |
Function | yyget_out | FILE * | Get the output stream. |
22 |
Function | yyget_leng | int | Get the length of the current token. |
23 |
Function | yyget_text | char * | Get the current token. |
24 |
Function | yyset_lineno | void | Set the current line number. |
25 |
Function | yyset_in | void | Set the input stream. This does not discard the current |
26 |
Function | yyset_out | void | |
27 |
Function | yyget_debug | int | |
28 |
Function | yyset_debug | void | |
29 |
Static | yy_init_globals | static int | |
30 |
Function | yylex_destroy | int | |
31 |
Static | yy_flex_strncpy | static void | |
32 |
Static | yy_flex_strlen | static int | |
33 |
Function | yyalloc | void * | |
34 |
Function | yyrealloc | void * | |
35 |
Function | yyfree | void | |
36 |
Function | yywrap | int |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー