MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / rl_display_match_list

Function rl_display_match_list

extern/editline/src/readline.c:1778–1783  ·  view source on GitHub ↗

* Display list of strings in columnar format on readline's output stream. * 'matches' is list of strings, 'len' is number of strings in 'matches', * 'max' is maximum length of string in 'matches'. */

Source from the content-addressed store, hash-verified

1776 * 'max' is maximum length of string in 'matches'.
1777 */
1778void
1779rl_display_match_list(char **matches, int len, int max)
1780{
1781
1782 fn_display_match_list(e, matches, (size_t)len, (size_t)max);
1783}
1784
1785static const char *
1786/*ARGSUSED*/

Callers

nothing calls this directly

Calls 1

fn_display_match_listFunction · 0.85

Tested by

no test coverage detected