Searched refs:tilde_expand (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtilde.h67 extern char *tilde_expand PARAMS((const char *));
H A Dtilde.c192 tilde_expand (string) function
453 result = tilde_expand (line);
H A Dutil.c186 homedir = tilde_expand ("~");
215 homedir = tilde_expand (temp);
H A Dcomplete.c792 s = tilde_expand (dn);
820 s = tilde_expand (full_pathname);
1612 filename = tilde_expand (text);
2041 temp = tilde_expand (dirname);
H A Dbind.c871 openname = tilde_expand (filename);
/haiku-fatelf/src/bin/bash/lib/tilde/
H A Dtilde.h67 extern char *tilde_expand PARAMS((const char *));
H A Dtilde.c192 tilde_expand (string) function
453 result = tilde_expand (line);
/haiku-fatelf/src/bin/gdb/readline/
H A Dtilde.h68 extern char *tilde_expand PARAMS((const char *));
H A Dutil.c169 homedir = tilde_expand ("~");
197 homedir = tilde_expand (temp);
H A Dtilde.c186 tilde_expand (string) function
409 result = tilde_expand (line);
H A Dcomplete.c585 s = tilde_expand (full_pathname && *full_pathname ? full_pathname : "/");
603 s = tilde_expand (full_pathname);
1353 filename = tilde_expand (text);
1764 temp = tilde_expand (dirname);
H A Dbind.c735 openname = tilde_expand (filename);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbsd-kvm.c70 filename = tilde_expand (filename);
H A Dcorelow.c297 filename = tilde_expand (filename);
H A Dsolib.c235 filename = tilde_expand (so->so_name);
H A Dsymmisc.c569 filename = tilde_expand (filename);
808 filename = tilde_expand (filename);
955 filename = tilde_expand (filename);
H A Dexec.c306 filename = tilde_expand (*argv);
H A Dsource.c494 name = tilde_expand (name);
H A Dsymfile.c1249 name = tilde_expand (name); /* Returns 1st new malloc'd copy */
1682 filename = tilde_expand (arg);
H A Dtracepoint.c2273 pathname = tilde_expand (args);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-setshow.c164 *(char **) c->var = tilde_expand (arg);
H A Dcli-cmds.c345 dir = tilde_expand (dir);
443 file = tilde_expand (file);
H A Dcli-dump.c114 fullname = tilde_expand (filename);
/haiku-fatelf/src/bin/bash/
H A Dgeneral.c811 /* If tilde_expand hasn't been able to expand the text, perhaps it
965 ret = r ? tilde_expand (s) : savestring (s);

Completed in 198 milliseconds