Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/TEST/
Dtest_filecompletion.c47 … const char *completion_function_input ; /*the text received by fn_filename_completion_function */ member
506 if (strcmp(text, inputs[i].completion_function_input) == 0) { in mycomplet_func()