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

/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c40 static char *tk_text; variable
1044 * which start with that word, and set tk_text to that list.
1053 * Get rid of any previous tk_text.
1055 if (tk_text != NULL)
1057 free(tk_text);
1058 tk_text = NULL;
1087 tk_text = fcomplete(word);
1096 tk_text = fcomplete(word+1);
1099 tk_text = fcomplete(qword);
1145 if (tk_text
[all...]

Completed in 42 milliseconds