|
FORM v5.0.0-35-g6318119
|
#include "form3.h"
Go to the source code of this file.
Functions | |
| UBYTE * | StrCopy (UBYTE *from, UBYTE *to) |
| void | AddToLine (UBYTE *s) |
| void | FiniLine (void) |
| void | IniLine (WORD extrablank) |
| void | LongToLine (UWORD *a, WORD na) |
| void | RatToLine (UWORD *a, WORD na) |
| void | TalToLine (UWORD x) |
| void | TokenToLine (UBYTE *s) |
| UBYTE * | CodeToLine (WORD number, UBYTE *Out) |
| void | MultiplyToLine (void) |
| UBYTE * | AddArrayIndex (WORD num, UBYTE *out) |
| void | PrtTerms (void) |
| UBYTE * | WrtPower (UBYTE *Out, WORD Power) |
| void | PrintTime (UBYTE *mess) |
| void | WriteLists (void) |
| void | WriteDictionary (DICTIONARY *dict) |
| void | WriteArgument (WORD *t) |
| int | WriteSubTerm (WORD *sterm, WORD first) |
| int | WriteInnerTerm (WORD *term, WORD first) |
| int | WriteTerm (WORD *term, WORD *lbrac, WORD first, WORD prtf, WORD br) |
| int | WriteExpression (WORD *terms, LONG ltot) |
| int | WriteAll (void) |
| int | WriteOne (UBYTE *name, int alreadyinline, int nosemi, WORD plus) |
Contains the functions that deal with the writing of expressions/terms in a textual representation. (Dutch schrijven = to write)
Definition in file sch.c.
| void WriteDictionary | ( | DICTIONARY * | dict | ) |
| int WriteTerm | ( | WORD * | term, |
| WORD * | lbrac, | ||
| WORD | first, | ||
| WORD | prtf, | ||
| WORD | br | ||
| ) |