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 230 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH_VERSION") != NULL) getenv 240 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("BB_ASH_VERSION") != NULL) getenv 247 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 248 lib/shell.c && strstr (getenv ("KSH_VERSION"), "PD KSH") != NULL)) getenv 254 lib/shell.c || (getenv ("KSH_VERSION") != NULL getenv 255 lib/shell.c && strstr (getenv ("KSH_VERSION"), "MIRBSD KSH") != NULL)) getenv 77 lib/skin/common.c tmp_str = getenv ("MC_SKIN"); getenv 73 lib/tty/color-slang.c const char *terminal = getenv ("TERM"); getenv 219 lib/tty/color-slang.c colorterm = getenv ("COLORTERM"); getenv 704 lib/tty/key.c if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11) getenv 926 lib/tty/key.c if (getenv ("PHOTON2_PATH") != NULL) getenv 1317 lib/tty/key.c term = getenv ("TERM"); getenv 127 lib/tty/tty.c const char *termvalue = getenv ("TERM"); getenv 371 lib/tty/tty.c termvalue = getenv ("TERM"); getenv 400 lib/tty/tty.c const char *color_term = getenv ("COLORTERM"); getenv 159 lib/tty/win.c const char *e = getenv ("RXVT_EXT"); getenv 1282 lib/util.c locale = getenv (var[i]); getenv 845 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR"); getenv 848 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR"); getenv 635 lib/vfs/vfs.c current_dir = getenv ("PWD"); getenv 492 lib/widget/input_complete.c p = getenv ("HOSTFILE"); getenv 583 lib/widget/input_complete.c path = g_strdup (getenv ("PATH")); getenv 901 lib/widget/input_complete.c cdpath_ref = g_strdup (getenv ("CDPATH")); getenv 622 src/args.c nocolor_env = getenv ("NO_COLOR"); getenv 137 src/filemanager/cd.c t = getenv (p); getenv 181 src/filemanager/cd.c cdpath = g_strdup (getenv ("CDPATH")); getenv 535 src/filemanager/cmd.c viewer = getenv ("VIEWER"); getenv 537 src/filemanager/cmd.c viewer = getenv ("PAGER"); getenv 661 src/filemanager/cmd.c editor = getenv ("EDITOR"); getenv 366 src/learn.c section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL); getenv 200 src/main.c sid_str = getenv ("MC_SID"); getenv 554 src/setup.c kt = getenv ("KEYBOARD_KEY_TIMEOUT_US"); getenv 919 src/setup.c mc_config_get_string (mc_global.main_config, "Colors", getenv ("TERM"), ""); getenv 1101 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global_config); getenv 1106 src/setup.c load_keys_from_section (getenv ("TERM"), mc_global.main_config); getenv 779 src/usermenu.c value = getenv (var_name);