Home
last modified time | relevance | path

Searched refs:sh_get_env_value (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gdb-7/readline/
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 Drlshell.h29 extern char *sh_get_env_value PARAMS((const char *));
H A Dterminal.c267 if (ignore_env == 0 && (ss = sh_get_env_value ("COLUMNS")))
286 if (ignore_env == 0 && (ss = sh_get_env_value ("LINES")))
440 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 Dshell.c153 sh_get_env_value (varname) in sh_get_env_value() function
H A Dreadline.c1043 running_in_emacs = sh_get_env_value ("EMACS") != (char *)0; in readline_initialize_everything()
1065 rl_terminal_name = sh_get_env_value ("TERM"); in readline_initialize_everything()
H A Dhistfile.c125 home = sh_get_env_value ("HOME");
H A Dbind.c842 filename = sh_get_env_value ("INPUTRC");