sid_str 234 src/main.c const char *sid_str; sid_str 236 src/main.c sid_str = getenv ("MC_SID"); sid_str 237 src/main.c if (sid_str == NULL) sid_str 240 src/main.c old_sid = (pid_t) strtol (sid_str, NULL, 0); sid_str 316 src/subshell/common.c char sid_str[BUF_SMALL]; sid_str 318 src/subshell/common.c g_snprintf (sid_str, sizeof (sid_str), "MC_SID=%ld", (long) mc_sid); sid_str 319 src/subshell/common.c putenv (g_strdup (sid_str));