Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dcmdbuf.c42 static char *tk_text; variable
1075 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);