#include <soarkernel.h>
Collaboration diagram for lexer_source_file_struct:

Data Fields | |
| lexer_source_file_struct * | parent_file |
| char * | filename |
| FILE * | file |
| bool | fake_rparen_at_eol |
| bool | allow_ids |
| int | parentheses_level |
| int | current_column |
| unsigned long | current_line |
| int | column_of_start_of_last_lexeme |
| unsigned long | line_of_start_of_last_lexeme |
| char | buffer [BUFSIZE] |
| lexeme_info | saved_lexeme |
| char | saved_current_char |
|
|
Definition at line 728 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 734 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 732 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 730 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 731 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 727 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 726 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 725 of file soarkernel.h. Referenced by start_lex_from_file(), and stop_lex_from_file(). |
|
|
Definition at line 733 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 724 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 729 of file soarkernel.h. Referenced by start_lex_from_file(). |
|
|
Definition at line 736 of file soarkernel.h. Referenced by start_lex_from_file(), and stop_lex_from_file(). |
|
|
Definition at line 735 of file soarkernel.h. Referenced by start_lex_from_file(), and stop_lex_from_file(). |
1.3.5