Home
last modified time | relevance | path

Searched defs:tcl_regexp_info (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dtcl.rs177 struct tcl_regexp_info { struct
178 nsubs: c_int,
179 matches: *mut tcl_regexp_indices,
180 extend_start: c_long,
181 reserved: c_long,
212 fn Tcl_RegExpGetInfo(re: *mut tcl_regexp, info: *mut tcl_regexp_info); in Tcl_RegExpGetInfo()