Home
last modified time | relevance | path

Searched refs:match_list (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-pathspec.c72 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_entrycount() local
86 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_entry() local
105 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_diff_entry() local
122 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_failed_entrycount() local
135 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_failed_entry() local
181 git_pathspec_match_list *match_list; in egit_pathspec_match_workdir() local
220 git_pathspec_match_list *match_list; in egit_pathspec_match_index() local
259 git_pathspec_match_list *match_list; in egit_pathspec_match_tree() local
260 int retval = git_pathspec_match_tree(&match_list, tree, flags, in egit_pathspec_match_tree()
298 git_pathspec_match_list *match_list; in egit_pathspec_match_diff() local
[all …]
/dports/misc/kcd/kcd-7.15.0/
H A Dgentree.cc533 if (match_list.size() in FuzzyRecursiveFindMatchDir()
542 match_list.insert(iter, in FuzzyRecursiveFindMatchDir()
547 match_list.pop_back(); in FuzzyRecursiveFindMatchDir()
556 match_list.insert(iter, in FuzzyRecursiveFindMatchDir()
581 match_list.clear(); in FuzzyFindMatchDir()
593 return match_list.size(); in FuzzyFindMatchDir()
632 match_list.clear(); in FindMatchDir()
646 || (match_list.size() == 1 && match_list.front().is_curdir == true))) in FindMatchDir()
649 return match_list.size(); in FindMatchDir()
665 match_list(match_list_) in HyperListDraw()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl30 match_list/2, reduce/1, reduce/2]).
201 case match_list(Ps, Es) of
344 case match_list(Ps, Es, Bs) of
387 match_list([], []) -> function
389 match_list(Ps, []) -> function
391 match_list(Ps, Es) -> function
392 match_list(Ps, Es, []).
394 match_list([P | Ps], [E | Es], Bs) -> function
397 match_list(Ps, Es, Bs1);
400 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_clauses.erl25 match_list/2, reduce/1, reduce/2]).
209 case match_list(Ps, Es) of
390 case match_list(Ps, Es, Bs) of
435 match_list([], []) -> function
437 match_list(Ps, []) -> function
439 match_list(Ps, Es) -> function
440 match_list(Ps, Es, []).
442 match_list([P | Ps], [E | Es], Bs) -> function
445 match_list(Ps, Es, Bs1);
448 case match_list(Ps, Es, Bs1) of
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/presubmit/
H A Daudit_non_blink_usage.py1027 def compile_regexp(match_list, is_list=True): argument
1032 if (match_list and is_list):
1033 match_list = '(?:%s)$' % '|'.join(match_list)
1034 if match_list:
1035 return re.compile(match_list)
1042 match_list = []
1051 match_list.append(match)
1055 match_list.append(entry)
1056 return compile_regexp(match_list), advice_list
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dcomplete.c886 char **match_list; in compute_lcd_of_matches()
903 match_list[0] = match_list[1];
926 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
927 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
950 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
992 strncpy (match_list[0], match_list[i], low);
997 strncpy (match_list[0], match_list[1], low);
1004 strncpy (match_list[0], match_list[1], low);
1602 char **match_list; local
1631 free (match_list);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dcomplete.c886 char **match_list; in compute_lcd_of_matches()
903 match_list[0] = match_list[1];
926 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
927 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
950 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
992 strncpy (match_list[0], match_list[i], low);
997 strncpy (match_list[0], match_list[1], low);
1004 strncpy (match_list[0], match_list[1], low);
1602 char **match_list; local
1631 free (match_list);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dcomplete.c886 char **match_list; in compute_lcd_of_matches()
903 match_list[0] = match_list[1];
926 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
927 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
950 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
992 strncpy (match_list[0], match_list[i], low);
997 strncpy (match_list[0], match_list[1], low);
1004 strncpy (match_list[0], match_list[1], low);
1602 char **match_list; local
1631 free (match_list);
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dcomplete.c886 char **match_list; in compute_lcd_of_matches()
903 match_list[0] = match_list[1];
926 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
927 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
950 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
992 strncpy (match_list[0], match_list[i], low);
997 strncpy (match_list[0], match_list[1], low);
1004 strncpy (match_list[0], match_list[1], low);
1602 char **match_list; local
1631 free (match_list);
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dcomplete.c886 char **match_list; in compute_lcd_of_matches()
903 match_list[0] = match_list[1];
926 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
927 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
950 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
992 strncpy (match_list[0], match_list[i], low);
997 strncpy (match_list[0], match_list[1], low);
1004 strncpy (match_list[0], match_list[1], low);
1602 char **match_list; local
1631 free (match_list);
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/client_plugins/
H A Dclient_discovery.cc135 static const ClientDetector* get_next_detector(ClientAppMatch** match_list) in get_next_detector() argument
144 curr = *match_list; in get_next_detector()
165 *match_list = (*match_list)->next; in get_next_detector()
177 static void free_matched_list(ClientAppMatch** match_list) in free_matched_list() argument
182 cam = *match_list; in free_matched_list()
190 *match_list = nullptr; in free_matched_list()
195 ClientAppMatch* match_list = nullptr; in find_detector_candidates() local
206 return match_list; in find_detector_candidates()
211 ClientAppMatch* match_list; in create_detector_candidates_list() local
216 match_list = find_detector_candidates(p, asd); in create_detector_candidates_list()
[all …]
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd.c142 list_for_each_entry_safe(account, tmp, accounts, match_list) { in search_accounts()
148 list_del(&account->match_list); in search_accounts()
149 list_add_tail(&account->match_list, ret_list); in search_accounts()
196 list_for_each_entry(account, accounts, match_list) { in find_matching_accounts()
198 list_del(&account->match_list); in find_matching_accounts()
199 list_add_tail(&account->match_list, ret_list); in find_matching_accounts()
221 list_add(&account->match_list, &potential_set); in find_unique_account()
228 account = list_first_entry(&matches, struct account, match_list); in find_unique_account()
229 last_account = list_last_entry(&matches, struct account, match_list); in find_unique_account()
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dcomplete.c1055 char **match_list; in compute_lcd_of_matches()
1073 match_list[0] = match_list[1];
1096 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
1097 mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2);
1120 if (!_rl_compare_chars (match_list[i], si, &ps1, match_list[i+1], si, &ps2))
1182 strncpy (match_list[0], match_list[i], low);
1187 strncpy (match_list[0], match_list[1], low);
1196 strncpy (match_list[0], match_list[1], low);
1803 char **match_list; local
1832 free (match_list);
[all …]

12345678910>>...14