Searched refs:sh_get_env_value (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Drlshell.h30 extern char *sh_get_env_value PARAMS((const char *));
H A Dnls.c86 lspec = sh_get_env_value ("LC_ALL");
88 lspec = sh_get_env_value (v);
90 lspec = sh_get_env_value ("LANG");
H A Dterminal.c261 if (ignore_env == 0 && (ss = sh_get_env_value ("COLUMNS")))
277 if (ignore_env == 0 && (ss = sh_get_env_value ("LINES")))
428 term = terminal_name ? terminal_name : sh_get_env_value ("TERM");
H A Dtilde.c83 extern char *sh_get_env_value PARAMS((const char *));
362 expansion = sh_get_env_value ("HOME");
H A Dreadline.c1009 running_in_emacs = sh_get_env_value ("EMACS") != (char *)0;
1031 rl_terminal_name = sh_get_env_value ("TERM");
H A Dhistfile.c124 home = sh_get_env_value ("HOME");
H A Dbind.c834 filename = sh_get_env_value ("INPUTRC");
/macosx-10.9.5/bash-92/bash-3.2/lib/tilde/
H A Dtilde.c83 extern char *sh_get_env_value PARAMS((const char *));
362 expansion = sh_get_env_value ("HOME");
/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.h252 extern char *sh_get_env_value __P((const char *));
H A Dvariables.c1614 sh_get_env_value (v) function

Completed in 133 milliseconds