title 10580 src/simh/scp.c char *title; title 10640 src/simh/scp.c FREE (topic->title); title 10857 src/simh/scp.c newt->title = (char *) malloc ((htext - start)+1); title 10858 src/simh/scp.c if (!newt->title) { title 10864 src/simh/scp.c memcpy (newt->title, start, htext - start); title 10865 src/simh/scp.c newt->title[htext - start] = '\0'; title 10869 src/simh/scp.c if (newt->title[0] == '$') title 10875 src/simh/scp.c FREE (newt->title); title 10885 src/simh/scp.c n = strlen (newt->title); title 10892 src/simh/scp.c FREE (newt->title); title 10940 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 + title 10953 src/simh/scp.c topic->title+1: topic->title; title 10999 src/simh/scp.c if (topic->title) title 11000 src/simh/scp.c (void)fprintf (st, "%s\n", topic->title+1); title 11003 src/simh/scp.c if (topic->title) { title 11004 src/simh/scp.c if (!strcmp (topic->title+1, "Registers")) { title 11009 src/simh/scp.c if (!strcmp (topic->title+1, "Set commands")) { title 11014 src/simh/scp.c if (!strcmp (topic->title+1, "Show commands")) { title 11054 src/simh/scp.c (void)fprintf (st, "\n%s %s\n", topic->label, topic->title); title 11083 src/simh/scp.c strcpy (cbuf,topic->children[i]->title + title 11156 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); title 11157 src/simh/scp.c if (!top.title) title 11170 src/simh/scp.c top.title[i] = (char)toupper (p[i]); title 11171 src/simh/scp.c top.title[i] = '\0'; title 11173 src/simh/scp.c strcpy (top.title+i, attach_help); title 11195 src/simh/scp.c (void)fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); title 11197 src/simh/scp.c (void)fprintf (st, "%s help.\n", top.title); title 11200 src/simh/scp.c (void)fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); title 11224 src/simh/scp.c (void)fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title); title 11228 src/simh/scp.c (void)fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title); title 11254 src/simh/scp.c (void)fprintf (st, "\n%s\n", topic->title); title 11270 src/simh/scp.c strcpy (tbuf, topic->children[i]->title +