Searched refs:tk_text (Results 1 – 1 of 1) sorted by relevance
47 static char *tk_text; variable1123 tk_text = fcomplete(word); in init_file_compl()1132 tk_text = fcomplete(word+1); in init_file_compl()1135 tk_text = fcomplete(qword); in init_file_compl()1150 tk_text = findopts_name(cmdbuf); in init_opt_compl()1186 if (tk_text != NULL) in cmd_complete()1188 free(tk_text); in cmd_complete()1189 tk_text = NULL; in cmd_complete()1199 if (tk_text == NULL) in cmd_complete()1209 tk_trial = tk_text; in cmd_complete()[all …]