Searched defs:tcl_regexp_info (Results 1 – 1 of 1) sorted by relevance
177 struct tcl_regexp_info { struct178 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()