|
FORM v5.0.0-35-g6318119
|

Go to the source code of this file.
Macros | |
| #define | STRINGIFY(x) STRINGIFY__(x) |
| #define | STRINGIFY__(x) #x |
| #define | FORMNAME "FORM" |
| #define | VERSIONSTR__ STRINGIFY(MAJORVERSION) "." STRINGIFY(MINORVERSION) "." STRINGIFY(PATCHVERSION) |
| #define | VERSIONSTR FORMNAME " " VERSIONSTR__ " (" PRODUCTIONDATE ")" |
| #define | TAKEPATH(x) if(s[1]== '=' ){x=s+2;} else{x=*argv++;argc--;} |
| #define | DEFAULTFNAMELENGTH 16 |
| #define | STR2(x) #x |
| #define | STR(x) STR2(x) |
Functions | |
| int | DoTail (int argc, UBYTE **argv) |
| int | OpenInput (void) |
| void | ReserveTempFiles (int par) |
| void | StartVariables (void) |
| void | StartMore (void) |
| void | IniVars (void) |
| int | main (int argc, char **argv) |
| void | CleanUp (WORD par) |
| void | TerminateImpl (int errorcode, const char *file, int line, const char *function) |
| void | PrintDeprecation (const char *feature, const char *issue) |
| void | PrintRunningTime (void) |
| LONG | GetRunningTime (void) |
Variables | |
| UBYTE * | emptystring = (UBYTE *)"." |
| UBYTE * | defaulttempfilename = (UBYTE *)"xformxxx.str" |
This file contains the main program. It also deals with the very early stages of the startup of FORM and the final stages when the program attempts some cleanup. Here is the routine that analyses the command tail.
Definition in file startup.c.
| #define VERSIONSTR__ STRINGIFY(MAJORVERSION) "." STRINGIFY(MINORVERSION) "." STRINGIFY(PATCHVERSION) |
| #define VERSIONSTR FORMNAME " " VERSIONSTR__ " (" PRODUCTIONDATE ")" |
| #define TAKEPATH | ( | x | ) | if(s[1]== '=' ){x=s+2;} else{x=*argv++;argc--;} |
| void StartVariables | ( | void | ) |
All functions (well, nearly all) are declared here.
Definition at line 952 of file startup.c.
References AddNtoC(), AddRHS(), Compare1(), inicbufs(), FuNcTiOn::name, PF_BroadcastNumber(), PutPreVar(), and FuNcTiOn::symmetric.

| void TerminateImpl | ( | int | errorcode, |
| const char * | file, | ||
| int | line, | ||
| const char * | function | ||
| ) |
| void PrintDeprecation | ( | const char * | feature, |
| const char * | issue | ||
| ) |