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 156 lib/shell.c || getenv ("ZSH_VERSION") != NULL) getenv 225 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL) getenv 235 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL) getenv 242 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 243 lib/shell.c && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL)) getenv 249 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 250 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 115 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 356 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 392 lib/tty/tty.c const char *color_term = getenv ("COLORTERM"); getenv 159 lib/tty/win.c const char *e = getenv ("RXVT_EXT"); getenv 1448 lib/util.c locale = getenv (var[i]); getenv 780 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR"); getenv 783 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR"); getenv 645 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 361 src/learn.c section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL); getenv 236 src/main.c sid_str = getenv ("MC_SID"); getenv 561 src/setup.c kt = getenv ("KEYBOARD_KEY_TIMEOUT_US"); getenv 928 src/setup.c mc_config_get_string (mc_global.main_config, "Colors", getenv ("TERM"), ""); getenv 1110 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global_config); getenv 1115 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global.main_config); getenv 756 src/usermenu.c value = getenv (var_name);