Home
last modified time | relevance | path

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

/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/
H A Dfn_complete.c535 _el_free_array(_el_compl_array); in rl_filename_completion_function()
536 if (!(_el_compl_array = (wchar_t **) in rl_filename_completion_function()
557 if (!(_el_compl_array[_el_n_compl] = (wchar_t *) in rl_filename_completion_function()
572 if (wcspbrk(_el_compl_array[_el_n_compl], in rl_filename_completion_function()
580 len = (int)wcslen(_el_compl_array[_el_n_compl]); in rl_filename_completion_function()
581 memmove(&_el_compl_array[_el_n_compl][1], in rl_filename_completion_function()
583 _el_compl_array[_el_n_compl][0] = _T('\"'); in rl_filename_completion_function()
586 wcscat_s(_el_compl_array[_el_n_compl], in rl_filename_completion_function()
596 qsort(_el_compl_array, _el_n_compl, sizeof(wchar_t *), in rl_filename_completion_function()
624 _el_compl_array[_el_compl_index - 1]); in rl_filename_completion_function()
[all …]
H A Del_globals.h63 wchar_t **_el_compl_array = NULL; variable
H A Deditline.c210 _el_free_array(_el_compl_array); in _el_clean_exit()
211 _el_compl_array = NULL; in _el_clean_exit()
944 _el_compl_array = NULL; in readline()
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/editline/
H A Dwineditline.h122 extern wchar_t **_el_compl_array;