TOPIC            10601 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
TOPIC            10623 src/simh/scp.c static void cleanHelp (TOPIC *topic)
TOPIC            10625 src/simh/scp.c TOPIC *child;
TOPIC            10643 src/simh/scp.c static TOPIC *buildHelp (TOPIC *topic, DEVICE *dptr,
TOPIC            10779 src/simh/scp.c             TOPIC **children;
TOPIC            10780 src/simh/scp.c             TOPIC *newt;
TOPIC            10839 src/simh/scp.c             newt = (TOPIC *) calloc (sizeof (TOPIC), 1);
TOPIC            10860 src/simh/scp.c             children = (TOPIC **) realloc (topic->children,
TOPIC            10861 src/simh/scp.c                                            (topic->kids +1) * sizeof (TOPIC *));
TOPIC            10911 src/simh/scp.c static char *helpPrompt ( TOPIC *topic, const char *pstring, t_bool oneword )
TOPIC            10960 src/simh/scp.c static void displayMagicTopic (FILE *st, DEVICE *dptr, TOPIC *topic)
TOPIC            11030 src/simh/scp.c                                TOPIC *topic, va_list ap )
TOPIC            11058 src/simh/scp.c static size_t matchHelpTopicName (TOPIC *topic, const char *token)
TOPIC            11097 src/simh/scp.c TOPIC top;
TOPIC            11098 src/simh/scp.c TOPIC *topic = ⊤