Home
last modified time | relevance | path

Searched refs:tilde_expand_word (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.h54 extern char *tilde_expand_word (char *filename);
H A Dtilde.c161 expansion = tilde_expand_word (tilde_word); in tilde_expand()
181 tilde_expand_word (char *filename) in tilde_expand_word() function
H A Dfilesys.c110 expansion = tilde_expand_word (partial); in info_find_fullpath()
187 expanded_dirname = tilde_expand_word (temp_dirname); in info_file_in_path()
H A Ddir.c114 tilde_expanded_dirname = tilde_expand_word (this_dir); in maybe_build_dir_node()
H A Dman.c192 expanded_dirname = tilde_expand_word (temp_dirname); in executable_file_in_path()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dtilde.h71 extern char *tilde_expand_word PARAMS((const char *));
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtilde.h71 extern char *tilde_expand_word PARAMS((const char *));
H A Dtilde.c234 expansion = tilde_expand_word (tilde_word); in tilde_expand()
336 tilde_expand_word (const char *filename) in tilde_expand_word() function
H A DChangeLog.gdb71 * tilde.c (tilde_expand_word) [_WIN32]:
274 (tilde_expand_word): Guard use of getpwnam with HAVE_GETPWNAM.
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.466144 > * info/tilde.c (tilde_find_suffix, tilde_expand_word): Use
7763 * info/tilde.c (tilde_expand_word): Declare getenv as returning char *,