Home
last modified time | relevance | path

Searched defs:FindVar (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotStack.cpp347 CBotVar* CBotStack::FindVar(CBotToken*& pToken, bool bUpdate) in FindVar() function in CBot::CBotStack
372 CBotVar* CBotStack::FindVar(const std::string& name) in FindVar() function in CBot::CBotStack
392 CBotVar* CBotStack::FindVar(long ident, bool bUpdate) in FindVar() function in CBot::CBotStack
415 CBotVar* CBotStack::FindVar(CBotToken& pToken, bool bUpdate) in FindVar() function in CBot::CBotStack
H A DCBotCStack.cpp164 CBotVar* CBotCStack::FindVar(CBotToken* &pToken) in FindVar() function in CBot::CBotCStack
181 CBotVar* CBotCStack::FindVar(CBotToken& Token) in FindVar() function in CBot::CBotCStack
/dports/devel/xmake/xmake/
H A Dvar.c150 FindVar(char c, Depend *dep, const char *vname) in FindVar() function
/dports/editors/picpas/PicPas-7940bc3/_libraries/Xpres-1.3.2/
H A DXpresElements.pas143 function FindVar(varName: string): TxpEleVar; in FindVar() function
468 function TXpTreeElements.FindVar(varName: string): TxpEleVar; in FindVar() function
H A DXpresParser.pas137 function FindVar(const varName: string; out idx: integer): boolean; in FindVar() function
313 function TCompilerBase.FindVar(const varName:string; out idx: integer): boolean; in FindVar() function
/dports/editors/picpas/PicPas-7940bc3/txpres/
H A DXpresElements.pas143 function FindVar(varName: string): TxpEleVar; in FindVar() function
468 function TXpTreeElements.FindVar(varName: string): TxpEleVar; in FindVar() function
H A DXpresParser.pas137 function FindVar(const varName: string; out idx: integer): boolean; in FindVar() function
313 function TCompilerBase.FindVar(const varName:string; out idx: integer): boolean; in FindVar() function
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Damigados.pas1642 FUNCTION FindVar(const name : pCHAR location 'd1'; type_ : ULONG location 'd2') : pLocalVar; syscal… in FindVar() function
1780 FUNCTION FindVar(const name : string; type_ : ULONG) : pLocalVar; in FindVar() function
1986 FUNCTION FindVar(const name : string; type_ : ULONG) : pLocalVar; in FindVar() function
/dports/games/xpilot/xpilot-4.5.5/contrib/msub/
H A Dmsub.c399 FindVar (char *var) in FindVar() function
/dports/math/form/form-4.2.1/sources/
H A Dif.c173 int FindVar(WORD *v, WORD *term) in FindVar() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxobj.cxx304 SbxArray* SbxObject::FindVar( SbxVariable const * pVar, sal_uInt32& nArrayIdx ) in FindVar() function in SbxObject
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxobj.cxx304 SbxArray* SbxObject::FindVar( SbxVariable const * pVar, sal_uInt16& nArrayIdx ) in FindVar() function in SbxObject
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dmgl.h2390 inline mglDataA *FindVar(const char *name) in FindVar() function
2392 inline mglDataA *FindVar(const wchar_t *name) in FindVar() function
/dports/math/mathgl/mathgl-2.5/lang/
H A Dmgl.i2365 inline mglData *FindVar(const char *name) in FindVar() function
2367 inline mglData *FindVar(const wchar_t *name) in FindVar() function
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Ddefault_search.cc90 class FindVar : public DecisionVisitor { class
94 FindVar() : var_(nullptr), value_(0), operation_(NONE) {} in FindVar() function in operations_research::__anon48fdcbf80211::FindVar
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddpro.hpp489 int FindVar(const std::string& s) in FindVar() function in DSubUD
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DXpresElementsPIC.pas523 function FindVar(varName: string): TxpEleVar; in FindVar() function
1905 function TXpTreeElements.FindVar(varName: string): TxpEleVar; in FindVar() function
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Damigados.pas2353 function FindVar(const Name: STRPTR; Type_: LongWord): PLocalVar; syscall AOS_DOSBase 153; in FindVar() function
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A DInterpreter.cpp287 variable_t *CInterpreter::FindVar( const char *name ) in FindVar() function in CInterpreter
/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A DInterpreter.cpp286 variable_t *CInterpreter::FindVar( const char *name ) in FindVar() function in CInterpreter
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Dast.cpp586 class FindVar : public EVisitor { in containsBoundVariable() class
591 FindVar(std::unordered_set<VarDecl*>& decls) : _decls(decls), _found(false) {} in containsBoundVariable() function in MiniZinc::Comprehension::containsBoundVariable::FindVar
/dports/deskutils/remind/remind-03.03.11/src/
H A Dvar.c374 Var *FindVar(char const *str, int create) in FindVar() function
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Damigados.pas2197 function FindVar(name : PChar location 'd1'; in FindVar() function
/dports/ftp/lftp/lftp-4.9.2/src/
H A DResMgr.cc83 const char *ResType::FindVar(const char *name,const ResType **type,const char **re_closure) in FindVar() function in ResType
/dports/math/mathgl/mathgl-2.5/src/
H A Dparser.cpp289 mglDataA *mglParser::FindVar(const char *str) in FindVar() function in mglParser
316 mglDataA *mglParser::FindVar(const wchar_t *name) in FindVar() function in mglParser

12