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

  /src/sys/modules/luapmf/
luapmf.c 98 lua_setfield(L, -2, "PMFE_DISPLAY_ON");
100 lua_setfield(L, -2, "PMFE_DISPLAY_REDUCED");
102 lua_setfield(L, -2, "PMFE_DISPLAY_STANDBY");
104 lua_setfield(L, -2, "PMFE_DISPLAY_SUSPEND");
106 lua_setfield(L, -2, "PMFE_DISPLAY_OFF");
108 lua_setfield(L, -2, "PMFE_DISPLAY_BRIGHTNESS_UP");
110 lua_setfield(L, -2, "PMFE_DISPLAY_BRIGHTNESS_DOWN");
112 lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_UP");
114 lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_DOWN");
116 lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_TOGGLE")
    [all...]
  /src/sys/modules/luasystm/
luasystm.c 189 lua_setfield(L, -2, "copyright");
191 lua_setfield(L, -2, "cpu_model");
193 lua_setfield(L, -2, "machine");
195 lua_setfield(L, -2, "machine_arch");
197 lua_setfield(L, -2, "osrelease");
199 lua_setfield(L, -2, "ostype");
201 lua_setfield(L, -2, "kernel_ident");
203 lua_setfield(L, -2, "version");
207 lua_setfield(L, -2, "ncpu");
  /src/external/mit/lua/dist/src/
loadlib.c 327 lua_setfield(L, -3, fieldname); /* package[fieldname] = path value */
355 lua_setfield(L, -3, path); /* CLIBS[path] = plib */
676 lua_setfield(L, 2, name); /* LOADED[name] = returned value */
682 lua_setfield(L, 2, name); /* LOADED[name] = true */
729 lua_setfield(L, -2, "searchers"); /* put it in field 'searchers' */
741 lua_setfield(L, -2, "__gc"); /* set finalizer for CLIBS table */
756 lua_setfield(L, -2, "config");
759 lua_setfield(L, -2, "loaded");
762 lua_setfield(L, -2, "preload");
ldblib.c 117 lua_setfield(L, -2, k);
122 lua_setfield(L, -2, k);
127 lua_setfield(L, -2, k);
136 ** 'lua_setfield'.
143 lua_setfield(L, -2, fname); /* put object into table */
176 lua_setfield(L, -2, "source");
386 lua_setfield(L, -2, "__mode"); /** hooktable.__mode = "k" */
liolib.c 329 lua_setfield(L, LUA_REGISTRYINDEX, f);
791 lua_setfield(L, -2, "__index"); /* metatable.__index = method table */
815 lua_setfield(L, LUA_REGISTRYINDEX, k); /* add file to registry */
817 lua_setfield(L, -2, fname); /* add file to module */
lmathlib.c 756 lua_setfield(L, -2, "pi");
758 lua_setfield(L, -2, "huge");
760 lua_setfield(L, -2, "maxinteger");
762 lua_setfield(L, -2, "mininteger");
loslib.c 217 lua_setfield(L, -2, key);
225 lua_setfield(L, -2, key);
lauxlib.c 327 lua_setfield(L, -2, "__name"); /* metatable.__name = tname */
329 lua_setfield(L, LUA_REGISTRYINDEX, tname); /* registry.name = metatable */
962 lua_setfield(L, -(nup + 2), l->name);
980 lua_setfield(L, idx, fname); /* assign new table to field */
1002 lua_setfield(L, -3, modname); /* LOADED[modname] = module */
lbaselib.c 555 lua_setfield(L, -2, LUA_GNAME);
558 lua_setfield(L, -2, "_VERSION");
lutf8lib.c 292 lua_setfield(L, -2, "charpattern");
ltablib.c 193 lua_setfield(L, 1, "n"); /* t.n = number of elements */
lua.c 634 lua_setfield(L, LUA_REGISTRYINDEX, "LUA_NOENV");
lua.h 303 LUA_API void (lua_setfield) (lua_State *L, int idx, const char *k);
lapi.c 881 LUA_API void lua_setfield (lua_State *L, int idx, const char *k) { function
lstrlib.c 1891 lua_setfield(L, -2, "__index"); /* metatable.__index = string */
  /src/lib/lua/syslog/
syslog.c 162 lua_setfield(L, -2, syslog_constant[n].name);
  /src/libexec/httpd/
lua-bozo.c 171 lua_setfield(L, -2, "_VERSION");
212 lua_setfield(map->L, -2, "httpd");
245 lua_setfield(L, -2, name);
286 lua_setfield(L, -2, s);
  /src/lib/lua/gpio/
gpio.c 315 lua_setfield(L, -2, gpio_constant[n].name);
  /src/lib/lua/libm/
libm.c 312 lua_setfield(L, -2, kvp->k);
  /src/lib/lua/sqlite/
sqlite.c 502 lua_setfield(L, -2, sqlite_constant[n].name);

Completed in 31 milliseconds