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\r\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             1758 src/dps8/dps8_sys.c static void do_ini_line (char * text)
text             1762 src/dps8/dps8_sys.c     const char * cptr = get_glyph (text, gbuf, 0); /* get command glyph */
text             1768 src/dps8/dps8_sys.c           sim_warn ("%s: %s\r\n", sim_error_text (SCPE_UNK), text);
text             1771 src/dps8/dps8_sys.c       sim_warn ("%s: %s\r\n", sim_error_text (SCPE_UNK), text);
text             10788 src/simh/scp.c     char          *text;
text             10803 src/simh/scp.c #define FAIL(why,text,here)        \
text             10805 src/simh/scp.c     help_where.error = #text;      \
text             10816 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
text             10823 src/simh/scp.c newt = (char *)realloc (topic->text, topic->len + len +1);
text             10829 src/simh/scp.c topic->text = newt;
text             10830 src/simh/scp.c memcpy (newt + topic->len, text, len);
text             10844 src/simh/scp.c FREE (topic->text);
text             11265 src/simh/scp.c if (topic->text)
text             11266 src/simh/scp.c     fputs (topic->text, st);
text             11465 src/simh/scp.c     if (topic->text)
text             11466 src/simh/scp.c         fputs (topic->text, st);
text              142 src/simh/scp_help.h # define T(level, text) #level " " #text "\r\n"
text              143 src/simh/scp_help.h # define L(text) " " #text "\r\n"
text              107 src/simh/sim_sock.c     const char *text;
text              132 src/simh/sim_sock.c for (i=0; (sock_errors[i].text) && (sock_errors[i].value != err); i++)
text              135 src/simh/sim_sock.c     (void)sprintf (err_buf, "Sockets: %s error %d - %s\r\n", emsg, err, sock_errors[i].text);