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
1121 tk_text = fcomplete(word); in init_file_compl()
1130 tk_text = fcomplete(word+1); in init_file_compl()
1133 tk_text = fcomplete(qword); in init_file_compl()
1148 tk_text = findopts_name(cmdbuf); in init_opt_compl()
1184 if (tk_text != NULL) in cmd_complete()
1186 free(tk_text); in cmd_complete()
1187 tk_text = NULL; in cmd_complete()
1197 if (tk_text == NULL) in cmd_complete()
1207 tk_trial = tk_text; in cmd_complete()
[all …]