title            10568 src/simh/scp.c     char          *title;
title            10628 src/simh/scp.c FREE (topic->title);
title            10845 src/simh/scp.c             newt->title = (char *) malloc ((htext - start)+1);
title            10846 src/simh/scp.c             if (!newt->title) {
title            10852 src/simh/scp.c             memcpy (newt->title, start, htext - start);
title            10853 src/simh/scp.c             newt->title[htext - start] = '\0';
title            10857 src/simh/scp.c             if (newt->title[0] == '$')
title            10863 src/simh/scp.c                 FREE (newt->title);
title            10873 src/simh/scp.c             n = strlen (newt->title);
title            10880 src/simh/scp.c                 FREE (newt->title);
title            10928 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 +
title            10941 src/simh/scp.c             topic->title+1: topic->title;
title            10987 src/simh/scp.c if (topic->title)
title            10988 src/simh/scp.c     (void)fprintf (st, "%s\n", topic->title+1);
title            10991 src/simh/scp.c if (topic->title) {
title            10992 src/simh/scp.c   if (!strcmp (topic->title+1, "Registers")) {
title            10997 src/simh/scp.c       if (!strcmp (topic->title+1, "Set commands")) {
title            11002 src/simh/scp.c           if (!strcmp (topic->title+1, "Show commands")) {
title            11039 src/simh/scp.c     (void)fprintf (st, "\n%s %s\n", topic->label, topic->title);
title            11068 src/simh/scp.c     strcpy (cbuf,topic->children[i]->title +
title            11141 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1);
title            11142 src/simh/scp.c if (!top.title)
title            11155 src/simh/scp.c     top.title[i] = (char)toupper (p[i]);
title            11156 src/simh/scp.c top.title[i] = '\0';
title            11158 src/simh/scp.c     strcpy (top.title+i, attach_help);
title            11180 src/simh/scp.c         (void)fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title);
title            11182 src/simh/scp.c         (void)fprintf (st, "%s help.\n", top.title);
title            11185 src/simh/scp.c     (void)fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title);
title            11209 src/simh/scp.c         (void)fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title);
title            11213 src/simh/scp.c         (void)fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title);
title            11239 src/simh/scp.c         (void)fprintf (st, "\n%s\n", topic->title);
title            11255 src/simh/scp.c             strcpy (tbuf, topic->children[i]->title +