Searched refs:QSFUNC (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gdb-7/readline/ |
| HD | funmap.c | 44 typedef int QSFUNC (const void *, const void *); typedef 46 typedef int QSFUNC (); typedef 261 qsort (result, result_index, sizeof (char *), (QSFUNC *)_rl_qsort_string_compare); in rl_funmap_names()
|
| HD | complete.c | 68 typedef int QSFUNC (const void *, const void *); typedef 70 typedef int QSFUNC (); typedef 1102 qsort (matches+1, i-1, sizeof (char *), (QSFUNC *)_rl_qsort_string_compare); 1269 qsort (match_list+1, matches, sizeof(char *), (QSFUNC *)_rl_qsort_string_compare); 1426 qsort (matches + 1, len, sizeof (char *), (QSFUNC *)_rl_qsort_string_compare);
|
| /dragonfly/contrib/gdb-7/gdb/tui/ |
| HD | tui-io.c | 404 typedef int QSFUNC (const void *, const void *); in tui_rl_display_match_list() typedef 453 (QSFUNC *)_rl_qsort_string_compare); in tui_rl_display_match_list()
|