label             645 src/dps8/dps8_console.c 
label             650 src/dps8/dps8_console.c 
label             653 src/dps8/dps8_console.c     char   label [len + 1];
label             657 src/dps8/dps8_console.c                 label, with, drive);
label             661 src/dps8/dps8_console.c         char labelDotTap[strlen (label) + strlen (".tap") + 1];
label             662 src/dps8/dps8_console.c         strcpy (labelDotTap, label);
label             669 src/dps8/dps8_console.c                 label, with, drive);
label             673 src/dps8/dps8_console.c         char labelDotTap [strlen (label) + strlen (".tap") + 1];
label             674 src/dps8/dps8_console.c         strcpy (labelDotTap, label);
label             685 src/dps8/dps8_console.c                      label);
label             690 src/dps8/dps8_console.c             opc_autoinput_set (opc_unit + con_unit_idx, 0, label, NULL);
label              82 src/dps8/dps8_disk.h t_stat attachDisk (char * label);
label            2415 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
label            2430 src/dps8/dps8_mt.c     loadTape ((uint) i, label, ! withring);
label              57 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);
label             310 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *cptr, CONST char *label);
label            2644 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *fcptr, CONST char *label)
label            2723 src/simh/scp.c sim_do_label[sim_do_depth] = label;                     /* stash away do label for possible use in messages */
label            2725 src/simh/scp.c if (label) {
label            2728 src/simh/scp.c     stat = goto_cmd (0, label);
label            4314 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) {
label            4315 src/simh/scp.c   sim_printf ("  %s '", label);
label            9962 src/simh/scp.c     char          *label;
label            10023 src/simh/scp.c FREE (topic->label);
label            10270 src/simh/scp.c             n = strlen (topic->label) + strlen (nbuf) + 1;
label            10271 src/simh/scp.c             newt->label = (char *) malloc (n);
label            10272 src/simh/scp.c             if (!newt->label) {
label            10280 src/simh/scp.c             sprintf (newt->label, "%s%s", topic->label, nbuf);
label            10427 src/simh/scp.c     fprintf (st, "\n%s ", topic->label);
label            10431 src/simh/scp.c     fprintf (st, "\n%s %s\n", topic->label, topic->title);
label            10554 src/simh/scp.c top.label = (char *) malloc (sizeof ("1"));
label            10555 src/simh/scp.c if (!top.label)
label            10567 src/simh/scp.c strcpy (top.label, "1");