Searched refs:ef_expand_file (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3tecla/ |
H A D | Makefile | 22 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 D | library-libtecla.p5m | 76 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 D | mapfile-vers | 132 ef_expand_file;
|
H A D | expand.c | 346 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen) in ef_expand_file() function
|
H A D | getline.c | 5628 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 D | libtecla.h | 248 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen);
|