HomeSort by: relevance | last modified time | path
    Searched defs:expanded_text (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/TEST/
test_filecompletion.c 48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */ member in struct:__anonafb19ad80108
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++]);
test_filecompletion.c 48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */ member in struct:__anonafb19ad80108
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++]);
test_filecompletion.c 48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */ member in struct:__anonafb19ad80108
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++]);
test_filecompletion.c 48 const char *expanded_text[2]; /* the value to which completion_function_input should be expanded */ member in struct:__anonafb19ad80108
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 48 milliseconds