sid_str           199 src/main.c         const char *sid_str;
sid_str           201 src/main.c         sid_str = getenv ("MC_SID");
sid_str           202 src/main.c         if (sid_str == NULL)
sid_str           205 src/main.c         old_sid = (pid_t) strtol (sid_str, NULL, 0);
sid_str           315 src/subshell/common.c         char sid_str[BUF_SMALL];
sid_str           317 src/subshell/common.c         g_snprintf (sid_str, sizeof (sid_str), "MC_SID=%ld", (long) mc_sid);
sid_str           318 src/subshell/common.c         putenv (g_strdup (sid_str));