title 9961 src/simh/scp.c char *title; title 10021 src/simh/scp.c FREE (topic->title); title 10238 src/simh/scp.c newt->title = (char *) malloc ((htext - start)+1); title 10239 src/simh/scp.c if (!newt->title) { title 10245 src/simh/scp.c memcpy (newt->title, start, htext - start); title 10246 src/simh/scp.c newt->title[htext - start] = '\0'; title 10250 src/simh/scp.c if (newt->title[0] == '$') title 10256 src/simh/scp.c FREE (newt->title); title 10266 src/simh/scp.c n = strlen (newt->title); title 10273 src/simh/scp.c FREE (newt->title); title 10321 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 + title 10334 src/simh/scp.c topic->title+1: topic->title; title 10379 src/simh/scp.c if (topic->title) title 10380 src/simh/scp.c fprintf (st, "%s\n", topic->title+1); title 10383 src/simh/scp.c if (topic->title) { title 10384 src/simh/scp.c if (!strcmp (topic->title+1, "Registers")) { title 10389 src/simh/scp.c if (!strcmp (topic->title+1, "Set commands")) { title 10394 src/simh/scp.c if (!strcmp (topic->title+1, "Show commands")) { title 10431 src/simh/scp.c fprintf (st, "\n%s %s\n", topic->label, topic->title); title 10460 src/simh/scp.c strcpy (cbuf,topic->children[i]->title + title 10535 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); title 10536 src/simh/scp.c if (!top.title) title 10549 src/simh/scp.c top.title[i] = (char)toupper (p[i]); title 10550 src/simh/scp.c top.title[i] = '\0'; title 10552 src/simh/scp.c strcpy (top.title+i, attach_help); title 10574 src/simh/scp.c fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); title 10576 src/simh/scp.c fprintf (st, "%s help.\n", top.title); title 10579 src/simh/scp.c fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); title 10603 src/simh/scp.c fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title); title 10607 src/simh/scp.c fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title); title 10633 src/simh/scp.c fprintf (st, "\n%s\n", topic->title); title 10649 src/simh/scp.c strcpy (tbuf, topic->children[i]->title +