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              641 src/dps8/dps8_console.c static void handleRCP (uint con_unit_idx, char * text)
text              649 src/dps8/dps8_console.c 
text              652 src/dps8/dps8_console.c     size_t len = strlen (text);
text              656 src/dps8/dps8_console.c     int rc = sscanf (text, "%*d.%*d RCP: Mount Reel %s %s ring on %s",
text              668 src/dps8/dps8_console.c     rc = sscanf (text, "%*d.%*d RCP: Remount Reel %s %s ring on %s",
text              684 src/dps8/dps8_console.c         rc = sscanf (text, "%*d  as   dial_ctl_: Channel %s dialed to Initializer",
text             1516 src/dps8/dps8_console.c         char text[tally * 4 + 1];
text             1517 src/dps8/dps8_console.c         char * textp = text;
text             1596 src/dps8/dps8_console.c           if (strncmp (text, (char *) (csp->autop + 1), expl) == 0) {
text             1617 src/dps8/dps8_console.c           if (strstr (text, needle)) {
text             1628 src/dps8/dps8_console.c         handleRCP (con_unit_idx, text);
text             1769 src/dps8/dps8_sys.c static void do_ini_line (char * text)
text             1773 src/dps8/dps8_sys.c     const char * cptr = get_glyph (text, gbuf, 0); /* get command glyph */
text             1779 src/dps8/dps8_sys.c           sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             1782 src/dps8/dps8_sys.c       sim_warn ("%s: %s\n", sim_error_text (SCPE_UNK), text);
text             9966 src/simh/scp.c     char          *text;
text             9981 src/simh/scp.c #define FAIL(why,text,here)        \
text             9983 src/simh/scp.c     help_where.error = #text;      \
text             9994 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
text             10001 src/simh/scp.c newt = (char *)realloc (topic->text, topic->len + len +1);
text             10007 src/simh/scp.c topic->text = newt;
text             10008 src/simh/scp.c memcpy (newt + topic->len, text, len);
text             10022 src/simh/scp.c FREE (topic->text);
text             10438 src/simh/scp.c if (topic->text)
text             10439 src/simh/scp.c     fputs (topic->text, st);
text             10639 src/simh/scp.c     if (topic->text)
text             10640 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              100 src/simh/sim_sock.c     const char *text;
text              125 src/simh/sim_sock.c for (i=0; (sock_errors[i].text) && (sock_errors[i].value != err); i++)
text              128 src/simh/sim_sock.c     sprintf (err_buf, "Sockets: %s error %d - %s\n", emsg, err, sock_errors[i].text);