35 #include "system/program.h" 84 output->EnsureGrowth(StrLen(text)); 94 #if defined(AMIGA) || defined(TERMIOS) || defined(WINDOWS) 106 #if defined(UNIX
) || defined(HAIKU) || defined(AMIGA)
Logic related to the help statement.
HelpStatement(const char *ident)
Base class for all statements in a syntax tree.
char * GetHelpText(Symbol symbol)
void ClearBuffer()
Release memory in buffer.
HelpStatement(Symbol argument)
char * StatementHelp() const
char * GetHelpText(char *ident)
void ClearAndCopy(const char *source)
Release memory, allocate and copy source.
unsigned int AllocAndCopy(char **destination, const char *source)
Allocate memory and copy a string into the array.