Home
last modified time | relevance | path

Searched refs:tablegotoCommand (Results 1 – 10 of 10) sorted by relevance

/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes325 tablegoto tablegotoCommand (%,l+)
326 debugtablegoto tablegotoCommand [!x] (%,l+)
327 tablegoto1 tablegotoCommand [!x] (%,l+)
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp67 {"tablegoto", &ONScripter::tablegotoCommand},
H A DONScripter.h137 int tablegotoCommand();
H A DONScripter_command.cpp336 int ONScripter::tablegotoCommand() in tablegotoCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp67 {"tablegoto", &ONScripter::tablegotoCommand},
H A DONScripter.h137 int tablegotoCommand();
H A DONScripter_command.cpp336 int ONScripter::tablegotoCommand() in tablegotoCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.cpp330 dict["tablegoto"] = &PonscripterLabel::tablegotoCommand; in sfunc_lut_t()
331 dict["tablegoto1"] = &PonscripterLabel::tablegotoCommand; in sfunc_lut_t()
332 dict["debugtablegoto"] = &PonscripterLabel::tablegotoCommand; in sfunc_lut_t()
H A DPonscripterLabel.h193 int tablegotoCommand(const pstring& cmd);
H A DPonscripterLabel_command.cpp337 int PonscripterLabel::tablegotoCommand(const pstring& cmd) in tablegotoCommand() function in PonscripterLabel