Searched refs:tk_text (Results 1 – 1 of 1) sorted by relevance
42 static char *tk_text; variable1075 if (tk_text != NULL) in init_compl()1077 free(tk_text); in init_compl()1078 tk_text = NULL; in init_compl()1107 tk_text = fcomplete(word); in init_compl()1116 tk_text = fcomplete(word+1); in init_compl()1119 tk_text = fcomplete(qword); in init_compl()1165 if (tk_text == NULL)1175 tk_trial = tk_text;1182 init_textlist(&tk_tlist, tk_text);