Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dtcl.rs152 type tcl_regexp = c_void; typedef
201 ) -> *mut tcl_regexp; in Tcl_GetRegExpFromObj()
205 re: *mut tcl_regexp, in Tcl_RegExpExecObj()
212 fn Tcl_RegExpGetInfo(re: *mut tcl_regexp, info: *mut tcl_regexp_info); in Tcl_RegExpGetInfo()