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

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c1536 int i, j, k, l, common_length, sind; local
1540 characters (common_length) and as a byte index into the matches (sind) */
1541 common_length = sind = 0;
1547 common_length = temp ? fnwidth (temp) : fnwidth (t);
1549 if (common_length > max || sind > max)
1550 common_length = sind = 0;
1552 if (common_length > _rl_completion_prefix_display_length && common_length > ELLIPSIS_LEN)
1553 max -= common_length - ELLIPSIS_LEN;
1555 common_length
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1532 int i, j, k, l, common_length, sind; local
1536 characters (common_length) and as a byte index into the matches (sind) */
1537 common_length = sind = 0;
1543 common_length = temp ? fnwidth (temp) : fnwidth (t);
1545 if (common_length > max || sind > max)
1546 common_length = sind = 0;
1548 if (common_length > _rl_completion_prefix_display_length && common_length > ELLIPSIS_LEN)
1549 max -= common_length - ELLIPSIS_LEN;
1551 common_length
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2932 int i, j, k, l, common_length, sind;
2937 characters (common_length) and as a byte index into the matches (sind) */
2938 common_length = sind = 0;
2943 common_length = temp ? gdb_fnwidth (temp) : gdb_fnwidth (t);
2946 if (common_length > _rl_completion_prefix_display_length && common_length > ELLIPSIS_LEN)
2947 max -= common_length - ELLIPSIS_LEN;
2949 common_length = sind = 0;
2930 int i, j, k, l, common_length, sind; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2829 int i, j, k, l, common_length, sind;
2834 characters (common_length) and as a byte index into the matches (sind) */
2835 common_length = sind = 0;
2840 common_length = temp ? gdb_fnwidth (temp) : gdb_fnwidth (t);
2843 if (common_length > _rl_completion_prefix_display_length && common_length > ELLIPSIS_LEN)
2844 max -= common_length - ELLIPSIS_LEN;
2846 common_length = sind = 0;
2827 int i, j, k, l, common_length, sind; local

Completed in 247 milliseconds