Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c137 static int fnwidth PARAMS((const char *));
753 fnwidth (const char *string) in fnwidth() function
1543 common_length = temp ? fnwidth (temp) : fnwidth (t); in rl_display_match_list()
1558 common_length = temp ? fnwidth (temp) : fnwidth (t); in rl_display_match_list()
1713 len = fnwidth (temp); in display_matches()