HomeSort by: relevance | last modified time | path
    Searched defs:ccall (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldo.c 632 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { function
648 ** External interface for 'ccall'
651 ccall(L, func, nResults, 1);
659 ccall(L, func, nResults, nyci);
794 ccall(L, firstArg - 1, LUA_MULTRET, 0); /* just call its body */

Completed in 18 milliseconds