title            10838 src/simh/scp.c     char          *title;
title            10898 src/simh/scp.c FREE (topic->title);
title            11116 src/simh/scp.c             newt->title = (char *) malloc(len + 1);
title            11117 src/simh/scp.c             if (!newt->title) {
title            11123 src/simh/scp.c             memcpy (newt->title, start, htext - start);
title            11124 src/simh/scp.c             newt->title[htext - start] = '\0';
title            11128 src/simh/scp.c             if (newt->title[0] == '$')
title            11134 src/simh/scp.c                 FREE (newt->title);
title            11144 src/simh/scp.c             n = strlen (newt->title);
title            11151 src/simh/scp.c                 FREE (newt->title);
title            11199 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 +
title            11212 src/simh/scp.c             topic->title+1: topic->title;
title            11258 src/simh/scp.c if (topic->title)
title            11259 src/simh/scp.c     (void)fprintf (st, "%s\r\n", topic->title+1);
title            11262 src/simh/scp.c if (topic->title) {
title            11263 src/simh/scp.c   if (!strcmp (topic->title+1, "Registers")) {
title            11268 src/simh/scp.c       if (!strcmp (topic->title+1, "Set commands")) {
title            11273 src/simh/scp.c           if (!strcmp (topic->title+1, "Show commands")) {
title            11313 src/simh/scp.c     (void)fprintf (st, "\r\n%s %s\r\n", topic->label, topic->title);
title            11342 src/simh/scp.c     strcpy (cbuf,topic->children[i]->title +
title            11415 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1);
title            11416 src/simh/scp.c if (!top.title)
title            11429 src/simh/scp.c     top.title[i] = (char)toupper (p[i]);
title            11430 src/simh/scp.c top.title[i] = '\0';
title            11432 src/simh/scp.c     strcpy (top.title+i, attach_help);
title            11454 src/simh/scp.c         (void)fprintf (st, "%s help.\r\nThis help is also available in hierarchical form.\r\n", top.title);
title            11456 src/simh/scp.c         (void)fprintf (st, "%s help.\r\n", top.title);
title            11459 src/simh/scp.c     (void)fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title);
title            11484 src/simh/scp.c         (void)fprintf (st, "\r\n%s is ambiguous in %s\r\n", gbuf, topic->title);
title            11488 src/simh/scp.c         (void)fprintf (st, "\r\n%s is not available in %s\r\n", gbuf, topic->title);
title            11514 src/simh/scp.c         (void)fprintf (st, "\r\n%s\r\n", topic->title);
title            11530 src/simh/scp.c             strcpy (tbuf, topic->children[i]->title +