Lines Matching refs:lua_pushstring
140 if (lib == NULL) lua_pushstring(L, dlerror()); in ll_load()
147 if (f == NULL) lua_pushstring(L, dlerror()); in ll_sym()
192 lua_pushstring(L, buffer); in pusherror()
237 lua_pushstring (L, "module not found"); in ll_load()
244 lua_pushstring (L, "failed to load module"); in ll_load()
254 lua_pushstring (L, "symbol not found in module"); in ll_sym()
365 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
449 lua_pushstring(L, filename); /* will be 2nd argument to module */ in checkload()
512 lua_pushstring(L, filename); /* will be 2nd argument to module */ in searcher_Croot()
543 lua_pushstring(L, name); in findloader()
567 lua_pushstring(L, name); /* pass name as argument to module loader */ in ll_require()
623 lua_pushstring(L, modname); in modinit()
719 lua_pushstring(L, def); /* use default */ in setpath()