Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmdbuf.c47 static char *tk_text; variable
1123 tk_text = fcomplete(word); in init_file_compl()
1132 tk_text = fcomplete(word+1); in init_file_compl()
1135 tk_text = fcomplete(qword); in init_file_compl()
1150 tk_text = findopts_name(cmdbuf); in init_opt_compl()
1186 if (tk_text != NULL) in cmd_complete()
1188 free(tk_text); in cmd_complete()
1189 tk_text = NULL; in cmd_complete()
1199 if (tk_text == NULL) in cmd_complete()
1209 tk_trial = tk_text; in cmd_complete()
[all …]