Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dcmdbuf.c43 static char *tk_text; variable
1022 if (tk_text != NULL) in init_compl()
1024 free(tk_text); in init_compl()
1025 tk_text = NULL; in init_compl()
1054 tk_text = fcomplete(word); in init_compl()
1063 tk_text = fcomplete(word+1); in init_compl()
1066 tk_text = fcomplete(qword); in init_compl()
1107 if (tk_text == NULL) in cmd_complete()
1117 tk_trial = tk_text; in cmd_complete()
1124 init_textlist(&tk_tlist, tk_text); in cmd_complete()