Home
last modified time | relevance | path

Searched refs:seeking_immediate_match (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dquery.c138 bool seeking_immediate_match: 1; member
2372 .seeking_immediate_match = true, in ts_query_cursor__add_state()
2665 if ((step->is_immediate && is_named) || state->seeking_immediate_match) { in ts_query_cursor__advance()
2768 state->seeking_immediate_match = false; in ts_query_cursor__advance()
2817 copy->seeking_immediate_match = true; in ts_query_cursor__advance()
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dquery.c163 bool seeking_immediate_match: 1; member
2569 .seeking_immediate_match = true, in ts_query_cursor__add_state()
2863 if ((step->is_immediate && is_named) || state->seeking_immediate_match) { in ts_query_cursor__advance()
2982 state->seeking_immediate_match = false; in ts_query_cursor__advance()
3031 copy->seeking_immediate_match = true; in ts_query_cursor__advance()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dquery.c181 bool seeking_immediate_match: 1; member
2631 .seeking_immediate_match = true, in ts_query_cursor__add_state()
2931 if ((step->is_immediate && is_named) || state->seeking_immediate_match) { in ts_query_cursor__advance()
3053 state->seeking_immediate_match = false; in ts_query_cursor__advance()
3102 copy->seeking_immediate_match = true; in ts_query_cursor__advance()