#include "setup.h"#include <stdio.h>#include <ctype.h>#include <string.h>#include "argacces.h"#include "commline.h"#include "envrnmnt.h"#include "extnfunc.h"#include "memalloc.h"#include "router.h"#include "sysdep.h"#include "textpro.h"

Go to the source code of this file.
Classes | |
| struct | entries |
| struct | lists |
| struct | textProcessingData |
| struct | topics |
Defines | |
| #define | _TEXTPRO_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
| #define | NAMESIZE 80 |
| #define | NULLCHAR '\0' |
| #define | BLANK (' ') |
| #define | TAB ('\t') |
| #define | LNFEED ('\n') |
| #define | NORMAL 0 |
| #define | NO_FILE -10 |
| #define | NEW_FILE -15 |
| #define | OLD_FILE -20 |
| #define | NO_TOPIC -25 |
| #define | EXIT -30 |
| #define | BRANCH_UP -35 |
| #define | BRANCH_DOWN -40 |
| #define | MENU -45 |
| #define | INFO -50 |
| #define | BDELIM "BEGIN-ENTRY-" |
| #define | BDLEN 12 |
| #define | EDELIM "END-ENTRY" |
| #define | EDLEN 9 |
| #define | BFORMAT "%d%1s%12s%s" |
| #define | LIT_DELIM ('$') |
| #define | OPEN_READ "r" |
| #define | TEXTPRO_DATA 8 |
| #define | TextProcessingData(theEnv) ((struct textProcessingData *) GetEnvironmentData(theEnv,TEXTPRO_DATA)) |
| #define | SCREEN_LN 22 |
Functions | |
| int | TextLookupFetch (void *, char *) |
| int | TextLookupToss (void *, char *) |
| globle void | HelpFunction (void *theEnv) |
| globle void | HelpPathFunction (void *theEnv) |
| globle void | FetchCommand (void *theEnv, DATA_OBJECT *result) |
| globle int | PrintRegionCommand (void *theEnv) |
| globle void * | GetRegionCommand (void *theEnv) |
| globle int | TossCommand (void *theEnv) |
| globle void | HelpFunctionDefinitions (void *theEnv) |
| #define TextProcessingData | ( | theEnv | ) | ((struct textProcessingData *) GetEnvironmentData(theEnv,TEXTPRO_DATA)) |
| globle void FetchCommand | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
1.5.6