Home
last modified time | relevance | path

Searched refs:DECL_TABLE (Results 1 – 19 of 19) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/decl/
H A DDialogDeclNew.cpp204 case DECL_TABLE: folder = "materials"; ext = "(*.mtr)|*.mtr|(*.*)|*.*||"; break; in OnBnClickedFile()
H A DDialogDeclEditor.cpp196 case DECL_TABLE: in LoadDecl()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/npl/
H A Dast.h352 DECL_TABLE, enumerator
H A Dparser.l1371 d->type = DECL_TABLE; in parse_decl()
H A Dnpl.c1695 case DECL_TABLE: in walk_decl()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DDeclManager.h70 DECL_TABLE = 0, enumerator
H A DDeclManager.cpp822 RegisterDeclType( "table", DECL_TABLE, idDeclAllocator<idDeclTable> ); in Init()
847 …cmdSystem->AddCommand( "listTables", idListDecls_f<DECL_TABLE>, CMD_FL_SYSTEM, "lists tables", idC… in Init()
862 …d( "printTable", idPrintDecls_f<DECL_TABLE>, CMD_FL_SYSTEM, "prints a table", idCmdSystem::ArgComp… in Init()
H A DDeclParticle.cpp210 …parm->table = static_cast<const idDeclTable *>( declManager->FindType( DECL_TABLE, token, false ) … in ParseParametric()
/dports/net/wireshark/wireshark-3.6.1/tools/npl/
H A Dast.h352 DECL_TABLE, enumerator
H A Dparser.l1371 d->type = DECL_TABLE; in parse_decl()
H A Dnpl.c1695 case DECL_TABLE: in walk_decl()
/dports/net/tshark-lite/wireshark-3.6.1/tools/npl/
H A Dast.h352 DECL_TABLE, enumerator
H A Dparser.l1371 d->type = DECL_TABLE;
H A Dnpl.c1695 case DECL_TABLE: in walk_decl()
/dports/net/tshark/wireshark-3.6.1/tools/npl/
H A Dast.h352 DECL_TABLE, enumerator
H A Dparser.l1371 d->type = DECL_TABLE; in parse_decl()
H A Dnpl.c1695 case DECL_TABLE: in walk_decl()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DMaterial.cpp634 …const idDeclTable *table = static_cast<const idDeclTable *>( declManager->FindType( DECL_TABLE, to… in ParseTerm()
1379 …table = static_cast<const idDeclTable *>( declManager->FindType( DECL_TABLE, "sinTable", false ) ); in ParseStage()
1387 …table = static_cast<const idDeclTable *>( declManager->FindType( DECL_TABLE, "cosTable", false ) ); in ParseStage()
1633 deformDecl = declManager->FindType( DECL_TABLE, token.c_str(), true ); in ParseDeform()
2357 …common->Printf( "%i = %s[ %i ]\n", op->c, declManager->DeclByIndex( DECL_TABLE, op->a )->GetName()… in Print()
2454 …clTable *table = static_cast<const idDeclTable *>( declManager->DeclByIndex( DECL_TABLE, op->a ) ); in EvaluateRegisters()
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DWindow.cpp2895 …const idDeclTable *table = static_cast<const idDeclTable *>( declManager->FindType( DECL_TABLE, to… in ParseTerm()
3106 …clTable *table = static_cast<const idDeclTable *>( declManager->DeclByIndex( DECL_TABLE, op->a ) ); in EvaluateRegisters()