tape_path_prefix  341 src/dps8/dps8_mt.c static char tape_path_prefix [PATH_MAX+2];
tape_path_prefix  458 src/dps8/dps8_mt.c     sim_printf("TAPE DEFAULT_PATH: %s\n", tape_path_prefix);
tape_path_prefix  484 src/dps8/dps8_mt.c     if (len >= (sizeof(tape_path_prefix) - (LABEL_MAX + 2)))
tape_path_prefix  513 src/dps8/dps8_mt.c     strncpy (tape_path_prefix, cptr, (sizeof(tape_path_prefix)-1));
tape_path_prefix  516 src/dps8/dps8_mt.c         if (tape_path_prefix[len - 1] != '/')
tape_path_prefix  518 src/dps8/dps8_mt.c             tape_path_prefix[len++] = '/';
tape_path_prefix  519 src/dps8/dps8_mt.c             tape_path_prefix[len] = 0;
tape_path_prefix  532 src/dps8/dps8_mt.c     if (!tape_path_prefix[0])
tape_path_prefix  648 src/dps8/dps8_mt.c     sim_printf("%-32s %s\n", "[default]", tape_path_prefix);
tape_path_prefix  883 src/dps8/dps8_mt.c     if (!tape_path_prefix[0])
tape_path_prefix  902 src/dps8/dps8_mt.c     char *selected_path = tape_path_prefix;     // Start with the default path