Searched refs:completion_state (Results 1 – 1 of 1) sorted by relevance
146 completion_state_t completion_state; in tab_complete() local164 completion_state.line_prefix = buf; in tab_complete()165 completion_state.line_separator = " "; in tab_complete()166 completion_state.file_prefix = file_prefix; in tab_complete()170 completion_state.line_prefix = ""; in tab_complete()171 completion_state.line_separator = ""; in tab_complete()172 completion_state.file_prefix = file_prefix; in tab_complete()181 completion_state.line_prefix = buf; in tab_complete()182 completion_state.line_separator = "/"; in tab_complete()183 completion_state.file_prefix = file_prefix + 1; in tab_complete()[all …]
Completed in 2 milliseconds