OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tk_text
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/less/dist/
cmdbuf.c
45
static char *
tk_text
;
variable
1013
* which start with that word, and set
tk_text
to that list.
1021
* Get rid of any previous
tk_text
.
1023
if (
tk_text
!= NULL)
1025
free(
tk_text
);
1026
tk_text
= NULL;
1055
tk_text
= fcomplete(word);
1064
tk_text
= fcomplete(word+1);
1067
tk_text
= fcomplete(qword);
1108
if (
tk_text
== NULL
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026