Lines Matching refs:tk_text
44 static char *tk_text; variable
1096 tk_text = fcomplete(word); in init_file_compl()
1105 tk_text = fcomplete(word+1); in init_file_compl()
1108 tk_text = fcomplete(qword); in init_file_compl()
1123 tk_text = findopts_name(cmdbuf); in init_opt_compl()
1159 if (tk_text != NULL) in cmd_complete()
1161 free(tk_text); in cmd_complete()
1162 tk_text = NULL; in cmd_complete()
1172 if (tk_text == NULL) in cmd_complete()
1182 tk_trial = tk_text; in cmd_complete()
1189 init_textlist(&tk_tlist, tk_text); in cmd_complete()