Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dfilecomplete.c272 char **nmatch_list; in completion_matches() local
275 nmatch_list = reallocarray(match_list, in completion_matches()
277 if (nmatch_list == NULL) { in completion_matches()
281 match_list = nmatch_list; in completion_matches()