Source position: vtx.inc line 50
type Tregex_t = record |
buffer: PByte; |
allocated: LongWord; |
sed: LongWord; |
syntax: LongWord; |
fastmap: PChar; |
translate: PChar; |
can_be_null: Word; |
regs_allocated: Word; |
fastmap_accurate: Word; |
no_sub: Word; |
not_bol: Word; |
not_eol: Word; |
newline_anchor: Word; |
end; |