text              188 src/dps8/dps8_cable.c static int getval (char * * save, char * text)
text              194 src/dps8/dps8_cable.c         sim_printf ("error: CABLE: can't parse %s\n", text);
text              642 src/dps8/dps8_console.c static void handleRCP (uint con_unit_idx, char * text)
text              650 src/dps8/dps8_console.c 
text              653 src/dps8/dps8_console.c     size_t len = strlen (text);
text              657 src/dps8/dps8_console.c     int rc = sscanf (text, "%*d.%*d RCP: Mount Reel %s %s ring on %s",
text              669 src/dps8/dps8_console.c     rc = sscanf (text, "%*d.%*d RCP: Remount Reel %s %s ring on %s",
text              685 src/dps8/dps8_console.c         rc = sscanf (text, "%*d  as   dial_ctl_: Channel %s dialed to Initializer",
text             1524 src/dps8/dps8_console.c         char text[tally * 4 + 1];
text             1525 src/dps8/dps8_console.c         char * textp = text;
text             1604 src/dps8/dps8_console.c           if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) {
text             1620 src/dps8/dps8_console.c           if (strstr (text, needle)) {
text             1626 src/dps8/dps8_console.c         handleRCP (con_unit_idx, text);
text             1803 src/dps8/dps8_sys.c static void do_ini_line (char * text)
text             1807 src/dps8/dps8_sys.c     const char * cptr = get_glyph (text, gbuf, 0); /* get command glyph */
text             1813 src/dps8/dps8_sys.c           sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             1816 src/dps8/dps8_sys.c       sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             10200 src/simh/scp.c     char          *text;
text             10215 src/simh/scp.c #define FAIL(why,text,here)        \
text             10217 src/simh/scp.c     help_where.error = #text;      \
text             10228 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
text             10235 src/simh/scp.c newt = (char *)realloc (topic->text, topic->len + len +1);
text             10241 src/simh/scp.c topic->text = newt;
text             10242 src/simh/scp.c memcpy (newt + topic->len, text, len);
text             10256 src/simh/scp.c FREE (topic->text);
text             10672 src/simh/scp.c if (topic->text)
text             10673 src/simh/scp.c     fputs (topic->text, st);
text             10873 src/simh/scp.c     if (topic->text)
text             10874 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     sprintf (err_buf, "Sockets: %s error %d - %s\n", emsg, err, sock_errors[i].text);