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

  /src/external/mit/lua/dist/src/
lbaselib.c 242 int majormul = (int)luaL_optinteger(L, 3, 0); local
243 return pushmode(L, lua_gc(L, o, minormul, majormul));
lapi.c 1211 int majormul = va_arg(argp, int); local
1215 if (majormul != 0)
1216 setgcparam(g->genmajormul, majormul);

Completed in 26 milliseconds