Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3tecla/
H A DMakefile22 ef_expand_file.3tecla \
118 del_ExpandFile.3tecla := LINKSRC = ef_expand_file.3tecla
119 ef_last_error.3tecla := LINKSRC = ef_expand_file.3tecla
120 ef_list_expansions.3tecla := LINKSRC = ef_expand_file.3tecla
121 new_ExpandFile.3tecla := LINKSRC = ef_expand_file.3tecla
/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-libtecla.p5m76 target=ef_expand_file.3tecla
84 file path=usr/share/man/man3tecla/ef_expand_file.3tecla
86 target=ef_expand_file.3tecla
88 target=ef_expand_file.3tecla
175 target=ef_expand_file.3tecla
/illumos-gate/usr/src/lib/libtecla/common/
H A Dmapfile-vers132 ef_expand_file;
H A Dexpand.c346 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen) in ef_expand_file() function
H A Dgetline.c5628 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
5741 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
6279 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_read_config_file()
6595 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN()
8589 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_save_history()
8670 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_load_history()
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h248 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen);