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            148 lib/shell.c            || getenv ("ZSH_VERSION") != NULL)
getenv            202 lib/shell.c        if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH") != NULL)
getenv            207 lib/shell.c        else if (strstr (mc_shell->path, "/sh") != NULL || getenv ("SH") != NULL)
getenv            212 lib/shell.c        else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("ASH") != 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            248 lib/tty/color-slang.c     colorterm = getenv ("COLORTERM");
getenv            707 lib/tty/key.c      if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11)
getenv            929 lib/tty/key.c          if (getenv ("PHOTON2_PATH") != NULL)
getenv           1320 lib/tty/key.c      term = getenv ("TERM");
getenv            114 lib/tty/tty.c      termvalue = getenv ("TERM");
getenv            357 lib/tty/tty.c      termvalue = getenv ("TERM");
getenv            393 lib/tty/tty.c                  const char *color_term = getenv ("COLORTERM");
getenv            157 lib/tty/win.c          const char *e = getenv ("RXVT_EXT");
getenv           1435 lib/util.c             locale = getenv (var[i]);
getenv            786 lib/vfs/interface.c     sys_tmp = getenv ("MC_TMPDIR");
getenv            789 lib/vfs/interface.c         sys_tmp = getenv ("TMPDIR");
getenv            648 lib/vfs/vfs.c          current_dir = getenv ("PWD");
getenv            512 lib/widget/input_complete.c         p = getenv ("HOSTFILE");
getenv            604 lib/widget/input_complete.c                 path = g_strdup (getenv ("PATH"));
getenv            944 lib/widget/input_complete.c                 cdpath_ref = g_strdup (getenv ("CDPATH"));
getenv            139 src/filemanager/cd.c                 t = getenv (p);
getenv            183 src/filemanager/cd.c         cdpath = g_strdup (getenv ("CDPATH"));
getenv            563 src/filemanager/cmd.c             viewer = getenv ("VIEWER");
getenv            565 src/filemanager/cmd.c                 viewer = getenv ("PAGER");
getenv            677 src/filemanager/cmd.c             editor = getenv ("EDITOR");
getenv            362 src/learn.c        section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL);
getenv            231 src/main.c         sid_str = getenv ("MC_SID");
getenv            546 src/setup.c        kt = getenv ("KEYBOARD_KEY_TIMEOUT_US");
getenv            916 src/setup.c            mc_config_get_string (mc_global.main_config, "Colors", getenv ("TERM"), "");
getenv           1100 src/setup.c            load_keys_from_section (getenv ("TERM"), mc_global_config);
getenv           1105 src/setup.c        load_keys_from_section (getenv ("TERM"), mc_global.main_config);
getenv            745 src/usermenu.c         value = getenv (var_name);