title 10642 src/simh/scp.c char *title; title 10702 src/simh/scp.c FREE (topic->title); title 10919 src/simh/scp.c newt->title = (char *) malloc ((htext - start)+1); title 10920 src/simh/scp.c if (!newt->title) { title 10926 src/simh/scp.c memcpy (newt->title, start, htext - start); title 10927 src/simh/scp.c newt->title[htext - start] = '\0'; title 10931 src/simh/scp.c if (newt->title[0] == '$') title 10937 src/simh/scp.c FREE (newt->title); title 10947 src/simh/scp.c n = strlen (newt->title); title 10954 src/simh/scp.c FREE (newt->title); title 11002 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 + title 11015 src/simh/scp.c topic->title+1: topic->title; title 11061 src/simh/scp.c if (topic->title) title 11062 src/simh/scp.c (void)fprintf (st, "%s\n", topic->title+1); title 11065 src/simh/scp.c if (topic->title) { title 11066 src/simh/scp.c if (!strcmp (topic->title+1, "Registers")) { title 11071 src/simh/scp.c if (!strcmp (topic->title+1, "Set commands")) { title 11076 src/simh/scp.c if (!strcmp (topic->title+1, "Show commands")) { title 11116 src/simh/scp.c (void)fprintf (st, "\n%s %s\n", topic->label, topic->title); title 11145 src/simh/scp.c strcpy (cbuf,topic->children[i]->title + title 11218 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); title 11219 src/simh/scp.c if (!top.title) title 11232 src/simh/scp.c top.title[i] = (char)toupper (p[i]); title 11233 src/simh/scp.c top.title[i] = '\0'; title 11235 src/simh/scp.c strcpy (top.title+i, attach_help); title 11257 src/simh/scp.c (void)fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); title 11259 src/simh/scp.c (void)fprintf (st, "%s help.\n", top.title); title 11262 src/simh/scp.c (void)fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); title 11287 src/simh/scp.c (void)fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title); title 11291 src/simh/scp.c (void)fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title); title 11317 src/simh/scp.c (void)fprintf (st, "\n%s\n", topic->title); title 11333 src/simh/scp.c strcpy (tbuf, topic->children[i]->title +