#include <scilab/libs/f2c/src/defs.h>
Collaboration diagram for Extsym:

Data Fields | |
| char * | fextname |
| char * | cextname |
| field | extstg |
| unsigned | extype:4 |
| unsigned | used_here:1 |
| unsigned | exused:1 |
| unsigned | exproto:1 |
| unsigned | extinit:1 |
| unsigned | extseen:1 |
| chainp | extp |
| chainp | allextp |
| int | curno |
| int | maxno |
| ftnint | extleng |
| ftnint | maxleng |
| Argtypes * | arginfo |
Definition at line 261 of file defs.h.
| char* Extsym::fextname |
Definition at line 263 of file defs.h.
Referenced by commonprotos(), doentry(), entrypt(), get_argtypes(), and Pnotboth().
| char* Extsym::cextname |
Definition at line 264 of file defs.h.
Referenced by commonprotos(), def_commons(), entrypt(), extern_out(), ioseta(), mkfunct(), and wr_common_decls().
Definition at line 265 of file defs.h.
Referenced by comlen(), comm2dcl(), commonprotos(), def_commons(), docommon(), mkaddr(), mkext(), mkfunct(), read_Pfiles(), and readref().
| unsigned Extsym::extype |
Definition at line 267 of file defs.h.
Referenced by changedtype(), commonprotos(), do_p1_extern(), doentry(), fixexttype(), mkaddr(), p1_addr(), readref(), settype(), typekludge(), and wr_equiv_init().
| unsigned Extsym::used_here |
| unsigned Extsym::exused |
| unsigned Extsym::exproto |
| unsigned Extsym::extinit |
Definition at line 275 of file defs.h.
Referenced by comm2dcl(), commonprotos(), def_commons(), startproc(), and yyparse().
| unsigned Extsym::extseen |
Definition at line 281 of file defs.h.
Referenced by commonprotos(), def_commons(), pad_common(), and wr_common_decls().
Definition at line 283 of file defs.h.
Referenced by ioseta(), out_name(), Pnotboth(), and wr_abbrevs().
Definition at line 288 of file defs.h.
Referenced by comlen(), commonprotos(), pad_common(), and wr_equiv_init().
Definition at line 289 of file defs.h.
Referenced by adjust_arginfo(), changedtype(), commonprotos(), doentry(), get_argtypes(), read_Pfiles(), readref(), and type_fixup().
1.5.1