Home
last modified time | relevance | path

Searched refs:lua_pushstring (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/ned/server/src/
A Dlua_info.cc31 lua_pushstring(l, s); in kipstr()
37 lua_pushstring(l, CONFIG_BUILD_ARCH); in archstr()
44 lua_pushstring(l, "ux"); in platformstr()
46 lua_pushstring(l, l4re_kip()->platform_info.name); in platformstr()
A Dlua_exec.cc353 lua_pushstring(l, "initializing"); in __task_state()
357 lua_pushstring(l, "running"); in __task_state()
361 lua_pushstring(l, "zombie"); in __task_state()
365 lua_pushstring(l, "nan"); in __task_state()
419 lua_pushstring(l, "killed"); in __task_kill()
A Dlua.cc263 lua_pushstring(L, argv[c]); in lua()
A Dlua_cap.cc37 lua_pushstring(l, type); in create_class()
/l4re-core-master/lua/lib/contrib/src/
A Dloadlib.c136 lua_pushstring(L, dlerror()); in lsys_load()
144 lua_pushstring(L, dlerror()); in lsys_sym()
199 lua_pushstring(L, buffer); in pusherror()
306 lua_pushstring(L, dft); /* use default */ in setpath()
308 lua_pushstring(L, path); /* nothing to change */ in setpath()
420 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
500 return lua_pushstring(L, filename); /* save and return name */ in searchpath()
536 lua_pushstring(L, filename); /* will be 2nd argument to module */ in checkload()
605 lua_pushstring(L, filename); /* will be 2nd argument to module */ in searcher_Croot()
641 lua_pushstring(L, name); in findloader()
A Dldblib.c112 lua_pushstring(L, v); in settabss()
209 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal()
222 lua_pushstring(L, name); /* push name */ in db_getlocal()
250 lua_pushstring(L, name); in db_setlocal()
264 lua_pushstring(L, name); in auxupvalue()
329 lua_pushstring(L, hooknames[(int)ar->event]); /* push event name */ in hookf()
414 lua_pushstring(L, unmakemask(mask, buff)); /* 2nd result = mask */ in db_gethook()
A Dloslib.c175 lua_pushstring(L, buff); in os_tmpname()
181 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */ in os_getenv()
389 lua_pushstring(L, setlocale(cat[op], l)); in os_setlocale()
A Dlauxlib.c86 lua_pushstring(L, name + 3); /* push name without prefix */ in pushglobalfuncname()
256 lua_pushstring(L, strerror(en)); in luaL_fileresult()
295 lua_pushstring(L, what); in luaL_execresult()
316 lua_pushstring(L, tname); in luaL_newmetatable()
850 lua_pushstring(L, event); in luaL_getmetafield()
901 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring()
974 lua_pushstring(L, modname); /* argument to open function */ in luaL_requiref()
A Dlbaselib.c185 lua_pushstring(L, (oldmode == LUA_GCINC) ? "incremental" in pushmode()
247 lua_pushstring(L, lua_typename(L, t)); in luaB_type()
A Dlcorolib.c151 lua_pushstring(L, statname[auxstatus(L, co)]); in luaB_costatus()
A Dlua.c186 lua_pushstring(L, argv[i]); in createargtable()
216 lua_pushstring(L, name); in dolibrary()
A Dlua.h237 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
382 #define lua_pushliteral(L, s) lua_pushstring(L, "" s)
A Dltablib.c37 lua_pushstring(L, key); in checkfield()
A Dlmathlib.c236 lua_pushstring(L, (lua_isinteger(L, 1)) ? "integer" : "float"); in math_type()
A Dlapi.c532 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function

Completed in 25 milliseconds