TOPIC            10613 src/simh/scp.c static void appendText (TOPIC *topic, const char *text, size_t len)
TOPIC            10635 src/simh/scp.c static void cleanHelp (TOPIC *topic)
TOPIC            10637 src/simh/scp.c TOPIC *child;
TOPIC            10655 src/simh/scp.c static TOPIC *buildHelp (TOPIC *topic, DEVICE *dptr,
TOPIC            10791 src/simh/scp.c             TOPIC **children;
TOPIC            10792 src/simh/scp.c             TOPIC *newt;
TOPIC            10851 src/simh/scp.c             newt = (TOPIC *) calloc (sizeof (TOPIC), 1);
TOPIC            10872 src/simh/scp.c             children = (TOPIC **) realloc (topic->children,
TOPIC            10873 src/simh/scp.c                                            (topic->kids +1) * sizeof (TOPIC *));
TOPIC            10923 src/simh/scp.c static char *helpPrompt ( TOPIC *topic, const char *pstring, t_bool oneword )
TOPIC            10972 src/simh/scp.c static void displayMagicTopic (FILE *st, DEVICE *dptr, TOPIC *topic)
TOPIC            11045 src/simh/scp.c                                TOPIC *topic, va_list ap )
TOPIC            11073 src/simh/scp.c static size_t matchHelpTopicName (TOPIC *topic, const char *token)
TOPIC            11112 src/simh/scp.c TOPIC top;
TOPIC            11113 src/simh/scp.c TOPIC *topic = ⊤