getenv 98 lib/lock.c user = getenv ("USER"); getenv 100 lib/lock.c user = getenv ("USERNAME"); getenv 102 lib/lock.c user = getenv ("LOGNAME"); getenv 146 lib/shell.c || getenv ("ZSH_VERSION") != NULL) getenv 200 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH") != NULL) getenv 205 lib/shell.c else if (strstr (mc_shell->path, "/sh") != NULL || getenv ("SH") != NULL) getenv 210 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("ASH") != NULL) getenv 195 lib/skin/colors-old.c mc_skin_colors_old_configure_one (mc_skin, getenv ("MC_COLOR_TABLE")); getenv 74 lib/skin/common.c tmp_str = getenv ("MC_SKIN"); getenv 61 lib/tty/color-slang.c if (force || (getenv ("COLORTERM") != NULL)) getenv 66 lib/tty/color-slang.c const char *terminal = getenv ("TERM"); getenv 245 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 1327 lib/tty/key.c term = getenv ("TERM"); getenv 110 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 352 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 388 lib/tty/tty.c const char *color_term = getenv ("COLORTERM"); getenv 154 lib/tty/win.c const char *e = getenv ("RXVT_EXT"); getenv 1420 lib/util.c locale = getenv (var[i]); getenv 834 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR"); getenv 837 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR"); getenv 649 lib/vfs/vfs.c current_dir = getenv ("PWD"); getenv 510 lib/widget/input_complete.c p = getenv ("HOSTFILE"); getenv 602 lib/widget/input_complete.c path = g_strdup (getenv ("PATH")); getenv 943 lib/widget/input_complete.c cdpath_ref = g_strdup (getenv ("CDPATH")); getenv 136 src/filemanager/cd.c t = getenv (p); getenv 180 src/filemanager/cd.c cdpath = g_strdup (getenv ("CDPATH")); getenv 545 src/filemanager/cmd.c viewer = getenv ("VIEWER"); getenv 547 src/filemanager/cmd.c viewer = getenv ("PAGER"); getenv 659 src/filemanager/cmd.c editor = getenv ("EDITOR"); getenv 359 src/learn.c section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL); getenv 228 src/main.c sid_str = getenv ("MC_SID"); getenv 544 src/setup.c kt = getenv ("KEYBOARD_KEY_TIMEOUT_US"); getenv 914 src/setup.c mc_config_get_string (mc_global.main_config, "Colors", getenv ("TERM"), ""); getenv 1098 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global_config); getenv 1103 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global.main_config); getenv 726 src/usermenu.c value = getenv (var_name);