Home
last modified time | relevance | path

Searched refs:SYM_TABLE (Results 1 – 25 of 75) sorted by relevance

123

/dports/devel/tpasm/tpasm1.11/
H A Dsymbols.h17 SYM_TABLE_NODE *STFindNode(SYM_TABLE *table,const char *name);
18 SYM_TABLE_NODE *STFindNodeNoCase(SYM_TABLE *table,const char *name);
19 void STRemoveEntry(SYM_TABLE *table,SYM_TABLE_NODE *node);
22 void *STFindDataForName(SYM_TABLE *table,const char *name);
23 void *STFindDataForNameNoCase(SYM_TABLE *table,const char *name);
24 SYM_TABLE_NODE *STFindFirstEntry(SYM_TABLE *table);
25 SYM_TABLE_NODE *STFindLastEntry(SYM_TABLE *table);
27 SYM_TABLE_NODE *STFindPrevEntry(SYM_TABLE *table,SYM_TABLE_NODE *nextEntry);
30 unsigned int STNumEntries(SYM_TABLE *table);
31 void STDisposeSymbolTable(SYM_TABLE *table);
[all …]
H A Dsymbols.c38 struct SYM_TABLE struct
81 SYM_TABLE_NODE *STFindNode(SYM_TABLE *table,const char *name) in STFindNode()
119 void STRemoveEntry(SYM_TABLE *table,SYM_TABLE_NODE *node) in STRemoveEntry()
255 void *STFindDataForName(SYM_TABLE *table,const char *name) in STFindDataForName()
283 SYM_TABLE_NODE *STFindFirstEntry(SYM_TABLE *table) in STFindFirstEntry()
289 SYM_TABLE_NODE *STFindLastEntry(SYM_TABLE *table) in STFindLastEntry()
319 unsigned int STNumEntries(SYM_TABLE *table) in STNumEntries()
339 void STDisposeSymbolTable(SYM_TABLE *table) in STDisposeSymbolTable()
357 SYM_TABLE *STNewSymbolTable(unsigned int expectedEntries) in STNewSymbolTable()
363 SYM_TABLE in STNewSymbolTable()
[all …]
H A Dglobals.c71 SYM_TABLE
H A Dglobals.h67 extern SYM_TABLE
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.h239 struct SYM_TABLE;
445 SYM_ENTRY *Add_Symbol (SYM_TABLE *table, const char *Name,TOKEN Number);
448 SYM_TABLE *Parse_Dictionary_Declare();
452 void Release_Entry_Reference (SYM_TABLE *table, SYM_ENTRY *Entry);
623 struct SYM_TABLE struct
629 SYM_TABLE *Tables[MAX_NUMBER_OF_TABLES]; argument
799 SYM_ENTRY *Find_Symbol (const SYM_TABLE *table, const char *s);
810 SYM_TABLE *Create_Sym_Table (bool copyNames);
811 void Destroy_Sym_Table (SYM_TABLE *);
812 SYM_TABLE *Copy_Sym_Table (const SYM_TABLE *);
[all …]
H A Dparser_tokenizer.cpp1351 SYM_TABLE *table = nullptr; in Read_Symbol()
1565 SYM_TABLE* parentTable = table; in Read_Symbol()
3147 Parser::SYM_TABLE *Parser::Create_Sym_Table (bool copyNames) in Create_Sym_Table()
3149 SYM_TABLE *New = reinterpret_cast<SYM_TABLE *>(POV_MALLOC(sizeof(SYM_TABLE),"symbol table")); in Create_Sym_Table()
3171 void Parser::Destroy_Sym_Table (Parser::SYM_TABLE *Table) in Destroy_Sym_Table()
3196 Parser::SYM_TABLE *Parser::Copy_Sym_Table (const Parser::SYM_TABLE *table) in Copy_Sym_Table()
3198 SYM_TABLE *newTable = Create_Sym_Table (true); in Copy_Sym_Table()
3268 void Parser::Release_Entry_Reference (SYM_TABLE *table, SYM_ENTRY *Entry) in Release_Entry_Reference()
3322 void Parser::Add_Entry (SYM_TABLE *table, SYM_ENTRY *Table_Entry) in Add_Entry()
3831 Parser::SYM_TABLE *Parser::Parse_Dictionary_Declare() in Parse_Dictionary_Declare()
[all …]
/dports/net/bird/bird-1.6.8/proto/pipe/
H A Dconfig.Y35 if ($4->class != SYM_TABLE)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dpars0sym.h103 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/include/
H A Dpars0sym.h136 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Dpars0sym.h126 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/include/
H A Dpars0sym.h124 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dpars0sym.h145 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dpars0sym.h145 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dpars0sym.h145 SYM_TABLE, /*!< database table name */ enumerator
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/include/
H A Dpars0sym.h145 SYM_TABLE, /*!< database table name */ enumerator

123