TOPIC            10790 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
TOPIC            10812 src/simh/scp.c static void cleanHelp (TOPIC *topic)
TOPIC            10814 src/simh/scp.c TOPIC *child;
TOPIC            10832 src/simh/scp.c static TOPIC *buildHelp (TOPIC *topic, DEVICE *dptr,
TOPIC            10968 src/simh/scp.c             TOPIC **children;
TOPIC            10969 src/simh/scp.c             TOPIC *newt;
TOPIC            11028 src/simh/scp.c             newt = (TOPIC *) calloc (sizeof (TOPIC), 1);
TOPIC            11050 src/simh/scp.c             children = (TOPIC **) realloc (topic->children,
TOPIC            11051 src/simh/scp.c                                            (topic->kids +1) * sizeof (TOPIC *));
TOPIC            11101 src/simh/scp.c static char *helpPrompt ( TOPIC *topic, const char *pstring, t_bool oneword )
TOPIC            11150 src/simh/scp.c static void displayMagicTopic (FILE *st, DEVICE *dptr, TOPIC *topic)
TOPIC            11223 src/simh/scp.c                                TOPIC *topic, va_list ap )
TOPIC            11251 src/simh/scp.c static size_t matchHelpTopicName (TOPIC *topic, const char *token)
TOPIC            11290 src/simh/scp.c TOPIC top;
TOPIC            11291 src/simh/scp.c TOPIC *topic = ⊤