Home
last modified time | relevance | path

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

/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/binding_rust/
H A Dbindings.rs753 pub fn ts_query_cursor_set_match_limit(arg1: *mut TSQueryCursor, arg2: u32); in ts_query_cursor_set_match_limit() function
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/binding_rust/
H A Dbindings.rs747 pub fn ts_query_cursor_set_match_limit(arg1: *mut TSQueryCursor, arg2: u32); in ts_query_cursor_set_match_limit() function
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dquery.c2342 void ts_query_cursor_set_match_limit(TSQueryCursor *self, uint32_t limit) { in ts_query_cursor_set_match_limit() function
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dquery.c2396 void ts_query_cursor_set_match_limit(TSQueryCursor *self, uint32_t limit) { in ts_query_cursor_set_match_limit() function