Home
last modified time | relevance | path

Searched refs:l_uint32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dllimits.h200 typedef unsigned int l_uint32; typedef
202 typedef unsigned long l_uint32; typedef
205 typedef l_uint32 Instruction;
H A Dlstate.h327 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
H A Dldo.c139 l_uint32 oldnCcalls = L->nCcalls; in luaD_rawrunprotected()
628 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { in ccall()