Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dnls.c108 lspec = sh_get_env_value ("LC_ALL"); in _rl_init_eightbit()
109 if (lspec == 0 || *lspec == '\0') lspec = sh_get_env_value ("LC_CTYPE"); in _rl_init_eightbit()
110 if (lspec == 0 || *lspec == '\0') lspec = sh_get_env_value ("LANG"); in _rl_init_eightbit()
H A Drlshell.h30 extern char *sh_get_env_value PARAMS((const char *));
H A Dterminal.c209 if (ignore_env == 0 && (ss = sh_get_env_value ("COLUMNS")) && *ss != '\0')
222 if (ignore_env == 0 && (ss = sh_get_env_value ("LINES")) && *ss != '\0')
365 term = terminal_name ? terminal_name : sh_get_env_value ("TERM");
H A Dtilde.c89 extern char *sh_get_env_value PARAMS((const char *));
336 expansion = sh_get_env_value ("HOME");
H A Dshell.c145 sh_get_env_value (varname) in sh_get_env_value() function
H A Dreadline.c784 running_in_emacs = sh_get_env_value ("EMACS") != (char *)0; in readline_initialize_everything()
806 rl_terminal_name = sh_get_env_value ("TERM"); in readline_initialize_everything()
H A Dhistfile.c113 home = sh_get_env_value ("HOME");
H A Dbind.c707 filename = sh_get_env_value ("INPUTRC");