Home
last modified time | relevance | path

Searched refs:GetRunPos (Results 1 – 7 of 7) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotProgram.h190 bool GetRunPos(std::string& functionName, int& start, int& end);
H A DCBotProgram.cpp227 bool CBotProgram::GetRunPos(std::string& functionName, int& start, int& end) in GetRunPos() function in CBot::CBotProgram
233 m_stack->GetRunPos(functionName, start, end); in GetRunPos()
H A DCBotStack.h455 void GetRunPos(std::string& functionName, int& start, int& end);
H A DCBotStack.cpp629 void CBotStack::GetRunPos(std::string& functionName, int& start, int& end) in GetRunPos() function in CBot::CBotStack
/dports/lang/nbc/
H A DmwGenericLex.pas256 function GetRunPos: Integer; in GetRunPos() function
293 property RunPos: Integer read GetRunPos write SetRunPos;
972 function TmwGenLex.GetRunPos: Integer; in GetRunPos() function
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dscript.cpp469 m_botProg->GetRunPos(funcName, cursor1, cursor2); in GetCursor()
568 m_botProg->GetRunPos(progName, cursor1, cursor2); in UpdateList()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/test/unit/CBot/
H A DCBot_test.cpp287 program->GetRunPos(funcName, cursor1, cursor2); in ExecuteTest()