Home
last modified time | relevance | path

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

/dports/net/dictd/dictd-1.13.1/
H A Ddaemon.c734 int actual_matches = daemon_count_defs( list ); in daemon_define() local
813 int actual_matches = daemon_count_matches( list ); in daemon_match() local
/dports/textproc/dict/dictd-1.13.1/
H A Ddaemon.c734 int actual_matches = daemon_count_defs( list ); in daemon_define() local
813 int actual_matches = daemon_count_matches( list ); in daemon_match() local
/dports/textproc/dictfmt/dictd-1.13.1/
H A Ddaemon.c734 int actual_matches = daemon_count_defs( list ); in daemon_define() local
813 int actual_matches = daemon_count_matches( list ); in daemon_match() local
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dquery_test.rs3486 let mut actual_matches = cursor in test_query_random() localVariable