Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c805 fnprint (const char *to_print, int prefix_bytes, const char *real_pathname) in fnprint() argument
830 if (_rl_completion_prefix_display_length > 0 && prefix_bytes >= print_len) in fnprint()
831 prefix_bytes = 0; in fnprint()
834 if (_rl_colored_stats && (prefix_bytes == 0 || _rl_colored_completion_prefix <= 0)) in fnprint()
838 if (prefix_bytes && _rl_completion_prefix_display_length > 0) in fnprint()
842 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.'; in fnprint()
848 else if (prefix_bytes && _rl_colored_completion_prefix > 0) in fnprint()
850 common_prefix_len = prefix_bytes; in fnprint()
851 prefix_bytes = 0; in fnprint()
857 s = to_print + prefix_bytes; in fnprint()
[all …]