#include "machine.h"Include dependency graph for xscion.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int C2F() | xscion (int *i) |
| void | SetXsciOn (void) |
| int | getINXscilab (void) |
| int getINXscilab | ( | void | ) |
Definition at line 27 of file xscion.c.
References INXscilab.
Referenced by checkevts(), and sxevents().
00028 { 00029 return INXscilab; 00030 }
Here is the caller graph for this function:

| void SetXsciOn | ( | void | ) |
Definition at line 19 of file xscion.c.
Referenced by realmain(), and Windows_Main().
00020 { 00021 #ifdef _MSC_VER 00022 switch_rlgets (1); 00023 #endif 00024 INXscilab = 1; 00025 }
Here is the caller graph for this function:

Definition at line 13 of file xscion.c.
Referenced by basout(), C2F(), cossim(), cossimdaskr(), initColors(), MenuFixCurrentWin(), mexPrintf(), scilab(), sciprint(), sciprint2(), sciprint_l(), sciprint_nd(), Scisncr(), Scistring(), StartJVMs(), TerminateGUI(), TerminateJVMs(), and write_scilab().
Here is the caller graph for this function:

1.5.1