Home
last modified time | relevance | path

Searched refs:cpl_complete_word (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/man/man3tecla/
H A DMakefile21 MANFILES= cpl_complete_word.3tecla \
103 cfc_file_start.3tecla := LINKSRC = cpl_complete_word.3tecla
104 cfc_literal_escapes.3tecla := LINKSRC = cpl_complete_word.3tecla
105 cfc_set_check_fn.3tecla := LINKSRC = cpl_complete_word.3tecla
106 cpl_add_completion.3tecla := LINKSRC = cpl_complete_word.3tecla
107 cpl_check_exe.3tecla := LINKSRC = cpl_complete_word.3tecla
108 cpl_file_completions.3tecla := LINKSRC = cpl_complete_word.3tecla
109 cpl_last_error.3tecla := LINKSRC = cpl_complete_word.3tecla
110 cpl_list_completions.3tecla := LINKSRC = cpl_complete_word.3tecla
111 cpl_recall_matches.3tecla := LINKSRC = cpl_complete_word.3tecla
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dlibrary-libtecla.mf61 file path=usr/share/man/man3tecla/cpl_complete_word.3tecla
91 target=cpl_complete_word.3tecla
93 target=cpl_complete_word.3tecla
95 target=cpl_complete_word.3tecla
97 target=cpl_complete_word.3tecla
99 target=cpl_complete_word.3tecla
101 target=cpl_complete_word.3tecla
103 target=cpl_complete_word.3tecla
105 target=cpl_complete_word.3tecla
107 target=cpl_complete_word.3tecla
[all …]
/titanic_41/usr/src/lib/libtecla/common/
H A Dmapfile-vers120 cpl_complete_word;
H A Dcplmatch.c534 CplMatches *cpl_complete_word(WordCompletion *cpl, const char *line, in cpl_complete_word() function
H A Dgetline.c5500 matches = cpl_complete_word(gl->cpl, gl->line, gl->buff_curpos, cb->data, in KT_KEY_FN()
6133 CplMatches *matches = cpl_complete_word(gl->cpl, gl->line, gl->buff_curpos, in KT_KEY_FN()
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h1620 CplMatches *cpl_complete_word(WordCompletion *cpl, const char *line,