text 183 src/dps8/dps8_cable.c static int getval (char * * save, char * text) text 189 src/dps8/dps8_cable.c sim_printf ("error: CABLE: can't parse %s\n", text); text 647 src/dps8/dps8_console.c static void handleRCP (uint con_unit_idx, char * text) text 655 src/dps8/dps8_console.c text 658 src/dps8/dps8_console.c size_t len = strlen (text); text 662 src/dps8/dps8_console.c int rc = sscanf (text, "%*d.%*d RCP: Mount Reel %s %s ring on %s", text 674 src/dps8/dps8_console.c rc = sscanf (text, "%*d.%*d RCP: Remount Reel %s %s ring on %s", text 690 src/dps8/dps8_console.c rc = sscanf (text, "%*d as dial_ctl_: Channel %s dialed to Initializer", text 1548 src/dps8/dps8_console.c char text[tally * 4 + 1]; text 1549 src/dps8/dps8_console.c char * textp = text; text 1628 src/dps8/dps8_console.c if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) { text 1643 src/dps8/dps8_console.c if (strstr (text, needle)) { text 1648 src/dps8/dps8_console.c handleRCP (con_unit_idx, text); text 1749 src/dps8/dps8_sys.c static void do_ini_line (char * text) text 1753 src/dps8/dps8_sys.c const char * cptr = get_glyph (text, gbuf, 0); /* get command glyph */ text 1759 src/dps8/dps8_sys.c sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text); text 1762 src/dps8/dps8_sys.c sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text); text 10647 src/simh/scp.c char *text; text 10662 src/simh/scp.c #define FAIL(why,text,here) \ text 10664 src/simh/scp.c help_where.error = #text; \ text 10675 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len) text 10682 src/simh/scp.c newt = (char *)realloc (topic->text, topic->len + len +1); text 10688 src/simh/scp.c topic->text = newt; text 10689 src/simh/scp.c memcpy (newt + topic->len, text, len); text 10703 src/simh/scp.c FREE (topic->text); text 11123 src/simh/scp.c if (topic->text) text 11124 src/simh/scp.c fputs (topic->text, st); text 11323 src/simh/scp.c if (topic->text) text 11324 src/simh/scp.c fputs (topic->text, st); text 142 src/simh/scp_help.h # define T(level, text) #level " " #text "\n" text 143 src/simh/scp_help.h # define L(text) " " #text "\n" text 101 src/simh/sim_sock.c const char *text; text 126 src/simh/sim_sock.c for (i=0; (sock_errors[i].text) && (sock_errors[i].value != err); i++) text 129 src/simh/sim_sock.c (void)sprintf (err_buf, "Sockets: %s error %d - %s\r\n", emsg, err, sock_errors[i].text);