#include <stdio.h>
#include <malloc.h>
#include <tcl.h>
#include "sadie.h"
Go to the source code of this file.
Data Structures | |
struct | _list |
Typedefs | |
typedef _list | list |
Functions | |
void | INIT () |
void | FINI () |
void | MESSAGE (char option, char *msg) |
void | TIMING (option) T_TIME option |
Variables | |
char * | msg_ptr |
Tcl_Interp * | MainTclInterp |
char * | functions [T_END][2] |
short | ABORT = FALSE |
char * | SLOG = NULL |
short | NAMES = ON |
short | TIMES = OFF |
short | LINES = OFF |
char * | options |
|
|
|
Definition at line 249 of file control.c. References _list::image, MESSAGE, RELMEM, SLEN, T_EXIT, T_FINI, and TIMING. Referenced by Sadie_General_FinishProgCmd. |
|
Definition at line 214 of file control.c. References LOCALE, MESSAGE, SLEN, SLOG, SYSTEM, T_EXIT, T_INIT, T_MAIN, and TIMING. Referenced by Sadie_General_InitializeProgCmd. |
|
Definition at line 290 of file control.c. References MainTclInterp, msg_ptr, T_EXIT, T_MESSAGE, and TIMING. |
|
|
|
|
|
|
|
|
|
Definition at line 29 of file control.c. Referenced by MESSAGE. |
|
Definition at line 28 of file control.c. Referenced by MESSAGE. |
|
|
|
|
|
Definition at line 204 of file control.c. Referenced by INIT. |
|
|