HomeSort by: relevance | last modified time | path
    Searched refs:luaK_ret (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lcode.h 95 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
lparser.c 764 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */
1854 luaK_ret(fs, first, nret);
lcode.c 213 void luaK_ret (FuncState *fs, int first, int nret) {

Completed in 22 milliseconds