HomeSort by: relevance | last modified time | path
    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