title 10714 src/simh/scp.c char *title; title 10774 src/simh/scp.c FREE (topic->title); title 10991 src/simh/scp.c newt->title = (char *) malloc ((htext - start)+1); title 10992 src/simh/scp.c if (!newt->title) { title 10998 src/simh/scp.c memcpy (newt->title, start, htext - start); title 10999 src/simh/scp.c newt->title[htext - start] = '\0'; title 11003 src/simh/scp.c if (newt->title[0] == '$') title 11009 src/simh/scp.c FREE (newt->title); title 11019 src/simh/scp.c n = strlen (newt->title); title 11026 src/simh/scp.c FREE (newt->title); title 11074 src/simh/scp.c newp = (char *) malloc (strlen (prefix) + 1 + strlen (topic->title) + 1 + title 11087 src/simh/scp.c topic->title+1: topic->title; title 11133 src/simh/scp.c if (topic->title) title 11134 src/simh/scp.c (void)fprintf (st, "%s\n", topic->title+1); title 11137 src/simh/scp.c if (topic->title) { title 11138 src/simh/scp.c if (!strcmp (topic->title+1, "Registers")) { title 11143 src/simh/scp.c if (!strcmp (topic->title+1, "Set commands")) { title 11148 src/simh/scp.c if (!strcmp (topic->title+1, "Show commands")) { title 11188 src/simh/scp.c (void)fprintf (st, "\n%s %s\n", topic->label, topic->title); title 11217 src/simh/scp.c strcpy (cbuf,topic->children[i]->title + title 11290 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); title 11291 src/simh/scp.c if (!top.title) title 11304 src/simh/scp.c top.title[i] = (char)toupper (p[i]); title 11305 src/simh/scp.c top.title[i] = '\0'; title 11307 src/simh/scp.c strcpy (top.title+i, attach_help); title 11329 src/simh/scp.c (void)fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); title 11331 src/simh/scp.c (void)fprintf (st, "%s help.\n", top.title); title 11334 src/simh/scp.c (void)fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); title 11359 src/simh/scp.c (void)fprintf (st, "\n%s is ambiguous in %s\n", gbuf, topic->title); title 11363 src/simh/scp.c (void)fprintf (st, "\n%s is not available in %s\n", gbuf, topic->title); title 11389 src/simh/scp.c (void)fprintf (st, "\n%s\n", topic->title); title 11405 src/simh/scp.c strcpy (tbuf, topic->children[i]->title +