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

/freebsd-12-stable/contrib/less/
H A Dcmdbuf.c42 static char *tk_text; variable
1064 * which start with that word, and set tk_text to that list.
1073 * Get rid of any previous tk_text.
1075 if (tk_text != NULL)
1077 free(tk_text);
1078 tk_text = NULL;
1107 tk_text = fcomplete(word);
1116 tk_text = fcomplete(word+1);
1119 tk_text = fcomplete(qword);
1165 if (tk_text
[all...]

Completed in 104 milliseconds