xscion.h File Reference

#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)


Function Documentation

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:

int C2F() xscion ( int i  ) 

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().

00014 {
00015   *i = INXscilab;
00016   return (0);
00017 }

Here is the caller graph for this function:


Generated on Sun Mar 4 15:14:04 2007 for Scilab [trunk] by  doxygen 1.5.1