TOPIC            9994 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
TOPIC            10016 src/simh/scp.c static void cleanHelp (TOPIC *topic)
TOPIC            10018 src/simh/scp.c TOPIC *child;
TOPIC            10036 src/simh/scp.c static TOPIC *buildHelp (TOPIC *topic, DEVICE *dptr,
TOPIC            10172 src/simh/scp.c             TOPIC **children;
TOPIC            10173 src/simh/scp.c             TOPIC *newt;
TOPIC            10232 src/simh/scp.c             newt = (TOPIC *) calloc (sizeof (TOPIC), 1);
TOPIC            10253 src/simh/scp.c             children = (TOPIC **) realloc (topic->children,
TOPIC            10254 src/simh/scp.c                                            (topic->kids +1) * sizeof (TOPIC *));
TOPIC            10304 src/simh/scp.c static char *helpPrompt ( TOPIC *topic, const char *pstring, t_bool oneword )
TOPIC            10353 src/simh/scp.c static void displayMagicTopic (FILE *st, DEVICE *dptr, TOPIC *topic)
TOPIC            10422 src/simh/scp.c                                TOPIC *topic, va_list ap )
TOPIC            10450 src/simh/scp.c static size_t matchHelpTopicName (TOPIC *topic, const char *token)
TOPIC            10490 src/simh/scp.c TOPIC top;
TOPIC            10491 src/simh/scp.c TOPIC *topic = ⊤