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              648 src/dps8/dps8_console.c static void handleRCP (uint con_unit_idx, char * text)
text              656 src/dps8/dps8_console.c 
text              659 src/dps8/dps8_console.c     size_t len = strlen (text);
text              663 src/dps8/dps8_console.c     int rc = sscanf (text, "%*d.%*d RCP: Mount Reel %s %s ring on %s",
text              675 src/dps8/dps8_console.c     rc = sscanf (text, "%*d.%*d RCP: Remount Reel %s %s ring on %s",
text              691 src/dps8/dps8_console.c         rc = sscanf (text, "%*d  as   dial_ctl_: Channel %s dialed to Initializer",
text             1533 src/dps8/dps8_console.c         char text[tally * 4 + 1];
text             1534 src/dps8/dps8_console.c         char * textp = text;
text             1613 src/dps8/dps8_console.c           if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) {
text             1629 src/dps8/dps8_console.c           if (strstr (text, needle)) {
text             1635 src/dps8/dps8_console.c         handleRCP (con_unit_idx, text);
text             1748 src/dps8/dps8_sys.c static void do_ini_line (char * text)
text             1752 src/dps8/dps8_sys.c     const char * cptr = get_glyph (text, gbuf, 0); /* get command glyph */
text             1758 src/dps8/dps8_sys.c           sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             1761 src/dps8/dps8_sys.c       sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             10573 src/simh/scp.c     char          *text;
text             10588 src/simh/scp.c #define FAIL(why,text,here)        \
text             10590 src/simh/scp.c     help_where.error = #text;      \
text             10601 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
text             10608 src/simh/scp.c newt = (char *)realloc (topic->text, topic->len + len +1);
text             10614 src/simh/scp.c topic->text = newt;
text             10615 src/simh/scp.c memcpy (newt + topic->len, text, len);
text             10629 src/simh/scp.c FREE (topic->text);
text             11046 src/simh/scp.c if (topic->text)
text             11047 src/simh/scp.c     fputs (topic->text, st);
text             11245 src/simh/scp.c     if (topic->text)
text             11246 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);