ファイル定義書 仕様書作成ツール【A HotDocument】

lexer.c

ファイル名ファイル名

lexer.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 310 17%
空行行数 525 29%
実行行数 993 54%
合計行数 1828 100%

関数定義数関数定義数

内容 定義数
関数数 36

定義関数定義関数

No. 名称 属性 説明
1
StaticStatic yy_get_next_buffer static int  
2
StaticStatic yy_get_previous_state static yy_state_type  
3
StaticStatic yy_try_NUL_trans static yy_state_type  
4
StaticStatic yyinput static int  
5
FunctionFunction yyrestart void Immediately switch to a different input stream.
6
FunctionFunction yy_switch_to_buffer void Switch to a different input buffer.
7
StaticStatic yy_load_buffer_state static void  
8
FunctionFunction yy_create_buffer YY_BUFFER_STATE Allocate and initialize an input buffer state.
9
FunctionFunction yy_delete_buffer void Destroy the buffer.
10
StaticStatic yy_init_buffer static void  
11
FunctionFunction yy_flush_buffer void Discard all buffered characters. On the next scan, YY_INPUT will be called.
12
FunctionFunction yypush_buffer_state void Pushes the new state onto the stack. The new state becomes
13
FunctionFunction yypop_buffer_state void Removes and deletes the top of the stack, if present.
14
StaticStatic yyensure_buffer_stack static void  
15
FunctionFunction yy_scan_buffer YY_BUFFER_STATE Setup the input buffer state to scan directly from a user-specified character buffer.
16
FunctionFunction yy_scan_string YY_BUFFER_STATE Setup the input buffer state to scan a string. The next call to yylex() will
17
FunctionFunction yy_scan_bytes YY_BUFFER_STATE Setup the input buffer state to scan the given bytes. The next call to yylex() will
18
StaticStatic yy_fatal_error static void  
19
FunctionFunction yyget_lineno int Get the current line number.
20
FunctionFunction yyget_in FILE * Get the input stream.
21
FunctionFunction yyget_out FILE * Get the output stream.
22
FunctionFunction yyget_leng int Get the length of the current token.
23
FunctionFunction yyget_text char * Get the current token.
24
FunctionFunction yyset_lineno void Set the current line number.
25
FunctionFunction yyset_in void Set the input stream. This does not discard the current
26
FunctionFunction yyset_out void  
27
FunctionFunction yyget_debug int  
28
FunctionFunction yyset_debug void  
29
StaticStatic yy_init_globals static int  
30
FunctionFunction yylex_destroy int  
31
StaticStatic yy_flex_strncpy static void  
32
StaticStatic yy_flex_strlen static int  
33
FunctionFunction yyalloc void *  
34
FunctionFunction yyrealloc void *  
35
FunctionFunction yyfree void  
36
FunctionFunction yywrap int  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー