label             651 src/dps8/dps8_console.c 
label             656 src/dps8/dps8_console.c 
label             659 src/dps8/dps8_console.c     char   label [len + 1];
label             663 src/dps8/dps8_console.c                 label, with, drive);
label             667 src/dps8/dps8_console.c         char labelDotTap[strlen (label) + strlen (".tap") + 1];
label             668 src/dps8/dps8_console.c         strcpy (labelDotTap, label);
label             675 src/dps8/dps8_console.c                 label, with, drive);
label             679 src/dps8/dps8_console.c         char labelDotTap [strlen (label) + strlen (".tap") + 1];
label             680 src/dps8/dps8_console.c         strcpy (labelDotTap, label);
label             691 src/dps8/dps8_console.c                      label);
label             696 src/dps8/dps8_console.c             opc_autoinput_set (opc_unit + con_unit_idx, 0, label, NULL);
label              79 src/dps8/dps8_disk.h t_stat attachDisk (char * label);
label            2428 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
label            2443 src/dps8/dps8_mt.c     loadTape ((uint) i, label, ! withring);
label              54 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);
label             395 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *cptr, CONST char *label);
label            3025 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *fcptr, CONST char *label)
label            3104 src/simh/scp.c sim_do_label[sim_do_depth] = label;                     /* stash away do label for possible use in messages */
label            3106 src/simh/scp.c if (label) {
label            3109 src/simh/scp.c     stat = goto_cmd (0, label);
label            4738 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) {
label            4739 src/simh/scp.c   sim_printf (" %s ", label);
label            10771 src/simh/scp.c     char          *label;
label            10832 src/simh/scp.c FREE (topic->label);
label            11080 src/simh/scp.c             n = strlen (topic->label) + strlen (nbuf) + 1;
label            11081 src/simh/scp.c             newt->label = (char *) malloc (n);
label            11082 src/simh/scp.c             if (NULL == newt->label) {
label            11090 src/simh/scp.c             (void)sprintf (newt->label, "%s%s", topic->label, nbuf);
label            11241 src/simh/scp.c     (void)fprintf (st, "\r\n%s ", topic->label);
label            11245 src/simh/scp.c     (void)fprintf (st, "\r\n%s %s\r\n", topic->label, topic->title);
label            11366 src/simh/scp.c top.label = (char *) malloc (sizeof ("1"));
label            11367 src/simh/scp.c if (!top.label)
label            11379 src/simh/scp.c strcpy (top.label, "1");
label              53 src/simh/sim_os_mem.c mem_parse_value(const char *line, const char *label, uint64_t *value)
label              55 src/simh/sim_os_mem.c   if (!line || !label || !value)
label              58 src/simh/sim_os_mem.c   size_t label_len = strlen(label);
label              59 src/simh/sim_os_mem.c   if (0 != strncmp(line, label, label_len))