Searched refs:lua_getglobal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lua.c | 261 lua_getglobal(L, "require"); in dolibrary() 275 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt() 392 lua_getglobal(L, "print"); in l_print() 426 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()
|
| H A D | lbaselib.c | 27 lua_getglobal(L, "tostring"); in luaB_print()
|
| H A D | lua.h | 241 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
|
| H A D | lapi.c | 605 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
|
| /freebsd-12.1/stand/common/ |
| H A D | interp_lua.c | 153 lua_getglobal(luap, "cli_execute"); in interp_run()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
|
| H A D | lapi.c | 607 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
|