getenv 101 lib/lock.c user = getenv ("USER"); getenv 103 lib/lock.c user = getenv ("USERNAME"); getenv 105 lib/lock.c user = getenv ("LOGNAME"); getenv 151 lib/shell.c || getenv ("ZSH_VERSION") != NULL) getenv 220 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL) getenv 230 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL) getenv 237 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 238 lib/shell.c && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL)) getenv 244 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 245 lib/shell.c && strstr (getenv ("KSH_VERSION"), "MIRBSD KSH") != NULL)) getenv 200 lib/skin/colors-old.c mc_skin_colors_old_configure_one (mc_skin, getenv ("MC_COLOR_TABLE")); getenv 77 lib/skin/common.c tmp_str = getenv ("MC_SKIN"); getenv 64 lib/tty/color-slang.c if (force || (getenv ("COLORTERM") != NULL)) getenv 69 lib/tty/color-slang.c const char *terminal = getenv ("TERM"); getenv 247 lib/tty/color-slang.c colorterm = getenv ("COLORTERM"); getenv 705 lib/tty/key.c if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11) getenv 927 lib/tty/key.c if (getenv ("PHOTON2_PATH") != NULL) getenv 1318 lib/tty/key.c term = getenv ("TERM"); getenv 127 lib/tty/tty.c const char *termvalue = getenv ("TERM"); getenv 369 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 405 lib/tty/tty.c const char *color_term = getenv ("COLORTERM"); getenv 159 lib/tty/win.c const char *e = getenv ("RXVT_EXT"); getenv 1269 lib/util.c locale = getenv (var[i]); getenv 772 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR"); getenv 775 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR"); getenv 635 lib/vfs/vfs.c current_dir = getenv ("PWD"); getenv 493 lib/widget/input_complete.c p = getenv ("HOSTFILE"); getenv 584 lib/widget/input_complete.c path = g_strdup (getenv ("PATH")); getenv 902 lib/widget/input_complete.c cdpath_ref = g_strdup (getenv ("CDPATH")); getenv 137 src/filemanager/cd.c t = getenv (p); getenv 181 src/filemanager/cd.c cdpath = g_strdup (getenv ("CDPATH")); getenv 536 src/filemanager/cmd.c viewer = getenv ("VIEWER"); getenv 538 src/filemanager/cmd.c viewer = getenv ("PAGER"); getenv 662 src/filemanager/cmd.c editor = getenv ("EDITOR"); getenv 362 src/learn.c section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL); getenv 230 src/main.c sid_str = getenv ("MC_SID"); getenv 550 src/setup.c kt = getenv ("KEYBOARD_KEY_TIMEOUT_US"); getenv 915 src/setup.c mc_config_get_string (mc_global.main_config, "Colors", getenv ("TERM"), ""); getenv 1091 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global_config); getenv 1096 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global.main_config); getenv 751 src/usermenu.c value = getenv (var_name);