sid_str           229 src/main.c         const char *sid_str;
sid_str           231 src/main.c         sid_str = getenv ("MC_SID");
sid_str           232 src/main.c         if (sid_str == NULL)
sid_str           235 src/main.c         old_sid = (pid_t) strtol (sid_str, NULL, 0);
sid_str           313 src/subshell/common.c         char sid_str[BUF_SMALL];
sid_str           315 src/subshell/common.c         g_snprintf (sid_str, sizeof (sid_str), "MC_SID=%ld", (long) mc_sid);
sid_str           316 src/subshell/common.c         putenv (g_strdup (sid_str));