| <?xml version="1.0"?> |
| <def format="2"> |
| |
| |
| |
| |
| <define name="lua_Number" value="double"/> |
| |
| <podtype name="lua_Integer" sign="s"/> |
| |
| <podtype name="lua_Unsigned" sign="u"/> |
| |
| <define name="define lua_setglobal(L,s)" value="lua_setfield(L, LUA_GLOBALSINDEX, s)"/> |
| |
| |
| <function name="lua_error"> |
| <noreturn>true</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="lua_gettop"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1"/> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="lua_isboolean,lua_iscfunction,lua_isfunction,lua_isinteger,lua_islightuserdata,lua_isnil,lua_isnone,lua_isnoneornil,lua_isnumber,lua_isstring,lua_istable,lua_isthread,lua_isuserdata"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_isyieldable"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="lua_newstate"> |
| <noreturn>false</noreturn> |
| <returnValue type="lua_State *"/> |
| <use-retval/> |
| <arg nr="1"/> |
| <arg nr="2"/> |
| </function> |
| |
| <function name="lua_pop"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| <function name="lua_pushboolean"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushfstring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <formatstr/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <formatstr/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushglobaltable"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="lua_pushinteger"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushliteral"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushlstring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="lua_pushnil"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="lua_pushnumber"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushstring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushthread"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="lua_pushvalue"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="lua_pushvfstring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <formatstr/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_rawequal"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_rawgeti"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="lua_setfield"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="lua_tolstring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_tonumber"> |
| <noreturn>false</noreturn> |
| <returnValue type="lua_Number"/> |
| <use-retval/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_tonumberx"> |
| <noreturn>false</noreturn> |
| <returnValue type="lua_Number"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_tostring"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_type"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lua_typename"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="luaL_error"> |
| <noreturn>true</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="variadic" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| </def> |
|
|