Searched refs:expanded_text (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libedit/TEST/
H A Dtest_filecompletion.c48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */ member in struct:__anon1109
49 const wchar_t *escaped_output; /* expected escaped value of expanded_text */
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);

Completed in 101 milliseconds