Home
last modified time | relevance | path

Searched defs:NestInfo (Results 1 – 4 of 4) sorted by relevance

/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DScriptParser.h203 struct NestInfo { struct
204 typedef std::vector<NestInfo> vector; argument
212 NestInfo(ScriptHandler& h, const char* ns = 0) argument
214 NestInfo(Expression e, const char* ns = 0) argument
217 NestInfo(ScriptHandler& h, const char* cs, int string_buffer_offset) in NestInfo() function
/dports/games/onscripter/onscripter-20200722/
H A DScriptParser.h190 struct NestInfo{ struct
193 struct NestInfo *previous, *next; argument
200 NestInfo(){ in NestInfo() argument
/dports/games/onscripter-1byte/onscripter-20200722/
H A DScriptParser.h190 struct NestInfo{ struct
193 struct NestInfo *previous, *next; argument
200 NestInfo(){ in NestInfo() function
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DCompileState.h153 struct NestInfo { struct
168 const WTF::Vector<NestInfo> &nestStack() in nestStack() argument