Searched defs:nret (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lcode.c | 149 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() |
D | lparser.c | 1508 int first, nret; /* registers with returned values */ in retstat() local |