Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmdbuf.c43 static char *tk_text; variable
1029 * which start with that word, and set tk_text to that list. in init_compl()
1037 * Get rid of any previous tk_text. in init_compl()
1039 if (tk_text != NULL) in init_compl()
1041 free(tk_text); in init_compl()
1042 tk_text = NULL; in init_compl()
1071 tk_text = fcomplete(word); in init_compl()
1080 tk_text = fcomplete(word+1); in next_compl()
1083 tk_text = fcomplete(qword); in next_compl()
1124 if (tk_text in cmd_complete()
[all...]