Searched refs:ef_expand_file (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | library-libtecla.mf | 62 file path=usr/share/man/man3tecla/ef_expand_file.3tecla 113 target=ef_expand_file.3tecla 122 target=ef_expand_file.3tecla 124 target=ef_expand_file.3tecla 213 target=ef_expand_file.3tecla
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | mapfile-vers | 132 ef_expand_file;
|
H A D | expand.c | 348 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen) in ef_expand_file() function
|
H A D | getline.c | 5629 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN() 5742 result = ef_expand_file(gl->ef, start_path, pathlen); in KT_KEY_FN() 6280 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()
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 250 FileExpansion *ef_expand_file(ExpandFile *ef, const char *path, int pathlen);
|