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

  /src/external/mit/lua/dist/src/
luac.c 170 static int pmain(lua_State* L) function
206 lua_pushcfunction(L,&pmain);
lua.c 619 static int pmain (lua_State *L) { function
672 lua_pushcfunction(L, &pmain); /* to call 'pmain' in protected mode */

Completed in 23 milliseconds