Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1532 int i, j, k, l, common_length, sind; in rl_display_match_list() local
1537 common_length = sind = 0; in rl_display_match_list()
1543 common_length = temp ? fnwidth (temp) : fnwidth (t); in rl_display_match_list()
1545 if (common_length > max || sind > max) in rl_display_match_list()
1546 common_length = sind = 0; in rl_display_match_list()
1548 if (common_length > _rl_completion_prefix_display_length && common_length > ELLIPSIS_LEN) in rl_display_match_list()
1549 max -= common_length - ELLIPSIS_LEN; in rl_display_match_list()
1551 common_length = sind = 0; in rl_display_match_list()
1558 common_length = temp ? fnwidth (temp) : fnwidth (t); in rl_display_match_list()
1560 if (common_length > max || sind > max) in rl_display_match_list()
[all …]