title 10195 src/simh/scp.c char *title; title 10255 src/simh/scp.c FREE (topic->title); title 10472 src/simh/scp.c newt->title = (char *) malloc ((htext - start)+1); title 10473 src/simh/scp.c if (!newt->title) { title 10479 src/simh/scp.c memcpy (newt->title, start, htext - start); title 10480 src/simh/scp.c newt->title[htext - start] = '\0'; title 10484 src/simh/scp.c if (newt->title[0] == '$') title 10490 src/simh/scp.c FREE (newt->title); title 10500 src/simh/scp.c n = strlen (newt->title); title 10507 src/simh/scp.c FREE (newt->title); title 10555 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 + title 10568 src/simh/scp.c topic->title+1: topic->title; title 10613 src/simh/scp.c if (topic->title) title 10614 src/simh/scp.c fprintf (st, "%s\n", topic->title+1); title 10617 src/simh/scp.c if (topic->title) { title 10618 src/simh/scp.c if (!strcmp (topic->title+1, "Registers")) { title 10623 src/simh/scp.c if (!strcmp (topic->title+1, "Set commands")) { title 10628 src/simh/scp.c if (!strcmp (topic->title+1, "Show commands")) { title 10665 src/simh/scp.c fprintf (st, "\n%s %s\n", topic->label, topic->title); title 10694 src/simh/scp.c strcpy (cbuf,topic->children[i]->title + title 10769 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); title 10770 src/simh/scp.c if (!top.title) title 10783 src/simh/scp.c top.title[i] = (char)toupper (p[i]); title 10784 src/simh/scp.c top.title[i] = '\0'; title 10786 src/simh/scp.c strcpy (top.title+i, attach_help); title 10808 src/simh/scp.c fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); title 10810 src/simh/scp.c fprintf (st, "%s help.\n", top.title); title 10813 src/simh/scp.c fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); title 10837 src/simh/scp.c fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title); title 10841 src/simh/scp.c fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title); title 10867 src/simh/scp.c fprintf (st, "\n%s\n", topic->title); title 10883 src/simh/scp.c strcpy (tbuf, topic->children[i]->title +