Home
last modified time | relevance | path

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

/dports/net/chrony-lite/chrony-4.2/
H A Dclient.c1112 static int tab_complete_index; variable
1152 while ((name = names[tab_complete_index][list_index++])) { in command_name_generator()
1172 tab_complete_index = TAB_COMPLETE_ADD_OPTS; in command_name_completion()
1174 tab_complete_index = TAB_COMPLETE_AUTHDATA_OPTS; in command_name_completion()
1176 tab_complete_index = TAB_COMPLETE_MANUAL_OPTS; in command_name_completion()
1178 tab_complete_index = TAB_COMPLETE_RELOAD_OPTS; in command_name_completion()
1180 tab_complete_index = TAB_COMPLETE_RESET_OPTS; in command_name_completion()
1182 tab_complete_index = TAB_COMPLETE_SELECTDATA_OPTS; in command_name_completion()
1184 tab_complete_index = TAB_COMPLETE_SOURCES_OPTS; in command_name_completion()
1186 tab_complete_index = TAB_COMPLETE_SOURCESTATS_OPTS; in command_name_completion()
[all …]
/dports/net/chrony/chrony-4.2/
H A Dclient.c1112 static int tab_complete_index; variable
1152 while ((name = names[tab_complete_index][list_index++])) { in command_name_generator()
1172 tab_complete_index = TAB_COMPLETE_ADD_OPTS; in command_name_completion()
1174 tab_complete_index = TAB_COMPLETE_AUTHDATA_OPTS; in command_name_completion()
1176 tab_complete_index = TAB_COMPLETE_MANUAL_OPTS; in command_name_completion()
1178 tab_complete_index = TAB_COMPLETE_RELOAD_OPTS; in command_name_completion()
1180 tab_complete_index = TAB_COMPLETE_RESET_OPTS; in command_name_completion()
1182 tab_complete_index = TAB_COMPLETE_SELECTDATA_OPTS; in command_name_completion()
1184 tab_complete_index = TAB_COMPLETE_SOURCES_OPTS; in command_name_completion()
1186 tab_complete_index = TAB_COMPLETE_SOURCESTATS_OPTS; in command_name_completion()
[all …]
/dports/editors/mle/mle-1.4.3/
H A Deditor.c640 loop_ctx->tab_complete_index += 1; in _editor_prompt_input_complete()
649 loop_ctx->tab_complete_index = 0; in _editor_prompt_input_complete()
684 term_index = loop_ctx->tab_complete_index % num_terms; in _editor_prompt_input_complete()
H A Dmle.h337 int tab_complete_index; member