#include "machine.h"Include dependency graph for stack-def.h:

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

Go to the source code of this file.
Data Structures | |
| struct | STACK_struct |
| struct | VSTK_struct |
| struct | RECU_struct |
| struct | IOP_struct |
| struct | ERRGST_struct |
| struct | COM_struct |
| struct | ADRE_struct |
| struct | INTERSCI_struct |
| struct | CHA1_struct |
| struct | DBG_struct |
| struct | MTLBC_struct |
| struct | IERODE_struct |
| struct | LSR001_struct |
| struct | LS0001_struct |
| struct | LSA001_struct |
Defines | |
| #define | IMPORT extern |
| #define | csiz 63 |
| #define | bsiz 4096 |
| #define | isizt 10000 |
| #define | psiz 4096 |
| #define | nsiz 6 |
| #define | lsiz 65536 |
| #define | nlgh nsiz*4 |
| #define | vsiz 2 |
| #define | intersiz 1024 |
| #define | maxdb 100 |
| #define | maxbpt 1000 |
Functions | |
| IMPORT STACK_struct | C2F (stack) |
| IMPORT VSTK_struct | C2F (vstk) |
| IMPORT RECU_struct | C2F (recu) |
| IMPORT IOP_struct | C2F (iop) |
| IMPORT ERRGST_struct | C2F (errgst) |
| IMPORT COM_struct | C2F (com) |
| IMPORT ADRE_struct | C2F (adre) |
| IMPORT INTERSCI_struct | C2F (intersci) |
| IMPORT CHA1_struct | C2F (cha1) |
| IMPORT DBG_struct | C2F (dbg) |
| IMPORT MTLBC_struct | C2F (mtlbc) |
| IMPORT IERODE_struct | C2F (ierode) |
| IMPORT LSR001_struct | C2F (lsr001) |
| IMPORT LS0001_struct | C2F (ls0001) |
| IMPORT LSA001_struct | C2F (lsa001) |
| #define bsiz 4096 |
Definition at line 19 of file stack-def.h.
Referenced by bufstore(), C2F(), getStringBbox(), Objfec(), Objgrayplot(), Objmatplot(), Objplot2d(), sci_xclick(), sci_xget(), sci_xlfont(), sci_xset(), sci_xstringl(), scigerase(), scirun(), TCL_EvalScilabCmd(), and xs2file().
| #define csiz 63 |
| #define IMPORT extern |
Definition at line 14 of file stack-def.h.
| #define intersiz 1024 |
Definition at line 26 of file stack-def.h.
Referenced by __PARAMS(), createcvar(), createcvarfrom(), createcvarfromptr(), createdata(), createlist(), createlistcvarfrom(), createlistcvarfromptr(), createlistvarfrom(), createlistvarfromptr(), createvar(), createvarfrom(), creatework(), fortran_mex_gateway(), getlistrhscvar(), getlistrhsvar(), getrhscvar(), getrhsvar(), mex_gateway(), putlhsvar(), setworksize(), and stcreate().
| #define isizt 10000 |
| #define lsiz 65536 |
Definition at line 23 of file stack-def.h.
| #define maxbpt 1000 |
Definition at line 28 of file stack-def.h.
| #define maxdb 100 |
Definition at line 27 of file stack-def.h.
| #define nlgh nsiz*4 |
Definition at line 24 of file stack-def.h.
Referenced by C2F(), CreateCsteTList(), createcvar(), createcvarfrom(), createcvarfromptr(), createdata(), CreateEqualTList(), CreateFuncallTList(), createlistcvarfrom(), createlistcvarfromptr(), createlistvarfrom(), createlistvarfromptr(), createvar(), createvarfrom(), createvarfromptr(), creatework(), get_fname(), Get_Iname(), get_optionals(), GetControlInstruction(), GetInstruction(), getlistrhscvar(), getlistrhsvar(), getrhscvar(), getrhsvar(), and isopt().
| #define nsiz 6 |
Definition at line 22 of file stack-def.h.
Referenced by action_hashtable_scilab_functions(), Add_a_Scilab_primitive_in_hashtable(), adjustrhs(), C2F(), callscifun(), cmatbptr(), cmatcptr(), cmatptr(), cmatsptr(), complexity(), creadbmat(), creadchain(), creadchains(), creadcmat(), creadmat(), CreateCsteTList(), CreateEqualTList(), CreateFuncallTList(), cwritebmat(), cwritechain(), cwritecmat(), cwritemat(), DynFuntab(), Equal_id(), Get_Iname(), GetControlInstruction(), GetInstruction(), getlengthchain(), getrhsvar(), intscicosimc(), isoptlw(), Name2ptr(), Name2where(), objptr(), optvarget(), parse(), putvar(), run(), scibuiltin(), scifunction(), scistring(), and syncexec().
| #define psiz 4096 |
| #define vsiz 2 |
Definition at line 25 of file stack-def.h.
| IMPORT LSA001_struct C2F | ( | lsa001 | ) |
| IMPORT LS0001_struct C2F | ( | ls0001 | ) |
| IMPORT LSR001_struct C2F | ( | lsr001 | ) |
| IMPORT IERODE_struct C2F | ( | ierode | ) |
| IMPORT MTLBC_struct C2F | ( | mtlbc | ) |
| IMPORT DBG_struct C2F | ( | dbg | ) |
| IMPORT CHA1_struct C2F | ( | cha1 | ) |
| IMPORT INTERSCI_struct C2F | ( | intersci | ) |
| IMPORT ADRE_struct C2F | ( | adre | ) |
| IMPORT COM_struct C2F | ( | com | ) |
| IMPORT ERRGST_struct C2F | ( | errgst | ) |
| IMPORT IOP_struct C2F | ( | iop | ) |
| IMPORT RECU_struct C2F | ( | recu | ) |
| IMPORT VSTK_struct C2F | ( | vstk | ) |
| IMPORT STACK_struct C2F | ( | stack | ) |
1.5.1