Source position: gscanner.inc line 33
type TGScanner = record |
user_data: gpointer; |
max_parse_errors: guint; |
parse_errors: guint; |
input_name: Pgchar; |
qdata: PGData; |
config: PGScannerConfig; |
token: TGTokenType; |
value: TGTokenValue; |
line: guint; |
position: guint; |
next_token: TGTokenType; |
next_value: TGTokenValue; |
next_line: guint; |
next_position: guint; |
symbol_table: PGHashTable; |
input_fd: gint; |
text: Pgchar; |
text_end: Pgchar; |
buffer: Pgchar; |
scope_id: guint; |
msg_handler: TGScannerMsgFunc; |
end; |