Home
last modified time | relevance | path

Searched refs:compare_match (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-fuzzy-mutable-index.c5 compare_match (gconstpointer a, in compare_match() function
68 g_array_sort (matches, compare_match); in main()
H A Dtest-suggestion.c77 compare_match (gconstpointer a, in compare_match() function
140 g_array_sort (matches, compare_match); in add_search_results()
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspclientcompletion.cpp129 static bool compare_match(const LSPCompletionItem &a, const LSPCompletionItem &b) in compare_match() function
284 std::stable_sort(m_matches.begin(), m_matches.end(), compare_match); in completionInvoked()
310 std::stable_sort(m_matches.begin(), m_matches.end(), compare_match); in completionInvoked()
/dports/shells/bash/bash-5.1/lib/readline/
H A Dcomplete.c151 static int compare_match PARAMS((char *, const char *));
1972 compare_match (char *text, const char *match) in compare_match() function
2034 nontrivial_lcd = matches && compare_match (text, matches[0]) != 0; in rl_complete_internal()
2796 compare_match (orig_text, matches[match_list_index])); in rl_old_menu_complete()
2870 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0; in rl_menu_complete()
2977 compare_match (orig_text, matches[match_list_index])); in rl_menu_complete()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dcomplete.c151 static int compare_match PARAMS((char *, const char *));
1972 compare_match (char *text, const char *match) in compare_match() function
2034 nontrivial_lcd = matches && compare_match (text, matches[0]) != 0; in rl_complete_internal()
2796 compare_match (orig_text, matches[match_list_index])); in rl_old_menu_complete()
2870 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0; in rl_menu_complete()
2977 compare_match (orig_text, matches[match_list_index])); in rl_menu_complete()
/dports/devel/readline/readline-8.1/
H A Dcomplete.c151 static int compare_match PARAMS((char *, const char *));
1972 compare_match (char *text, const char *match) in compare_match() function
2034 nontrivial_lcd = matches && compare_match (text, matches[0]) != 0; in rl_complete_internal()
2796 compare_match (orig_text, matches[match_list_index])); in rl_old_menu_complete()
2870 nontrivial_lcd = matches && compare_match (orig_text, matches[0]) != 0; in rl_menu_complete()
2977 compare_match (orig_text, matches[match_list_index])); in rl_menu_complete()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/rt_default/
H A Drtd_rules.c237 static int compare_match(char * str, size_t len, struct match_data * md, int * res) in compare_match() function
331 CHECK_FCT( compare_match(str, len, &next_item->md, &cmp) ); in get_next_match()
/dports/misc/gpsim/gpsim-0.31.0/src/
H A D14bit-tmrs.h246 void compare_match();
H A D14bit-tmrs.cc568 void CCPCON::compare_match() in compare_match() function in CCPCON
2752 event->ccpcon->compare_match(); in callback()
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog8920 - compare_match: compare TEXT from the line buffer and MATCH, a
8923 set, use compare_match instead of a straight strcmp to determine if
/dports/shells/bash/bash-5.1/
H A DChangeLog8920 - compare_match: compare TEXT from the line buffer and MATCH, a
8923 set, use compare_match instead of a straight strcmp to determine if