Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.c470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local
499 prevstr = match_list[1]; in completion_matches()
500 max_equal = strlen(prevstr); in completion_matches()
503 prevstr[i] == match_list[which][i]; i++) in completion_matches()