Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDcmdbuf.c40 static char *tk_text; variable
1057 if (tk_text != NULL) in init_compl()
1059 free(tk_text); in init_compl()
1060 tk_text = NULL; in init_compl()
1089 tk_text = fcomplete(word); in init_compl()
1098 tk_text = fcomplete(word+1); in init_compl()
1101 tk_text = fcomplete(qword); in init_compl()
1147 if (tk_text == NULL)
1157 tk_trial = tk_text;
1164 init_textlist(&tk_tlist, tk_text);