Searched refs:api_checknelems (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 113 api_checknelems(from, n); in lua_xmove() 216 api_checknelems(L, 1); in lua_replace() 297 api_checknelems(L, 2); in lua_arith() 299 api_checknelems(L, 1); in lua_arith() 561 api_checknelems(L, n); in lua_pushcclosure() 737 api_checknelems(L, 1); in lua_setglobal() 749 api_checknelems(L, 2); in lua_settable() 760 api_checknelems(L, 1); in lua_setfield() 772 api_checknelems(L, 2); in lua_rawset() 786 api_checknelems(L, 1); in lua_rawseti() [all …]
|
| H A D | lapi.h | 21 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ macro
|
| H A D | ldo.c | 405 api_checknelems(L, n); in luaD_precall() 516 api_checknelems(L, n); in finishCcall() 613 api_checknelems(L, n); in resume_cb() 631 api_checknelems(L, (L->status == LUA_OK) ? nargs + 1 : nargs); in lua_resume() 660 api_checknelems(L, nresults); in lua_yieldk()
|
| /freebsd/contrib/lua/src/ |
| H A D | lapi.c | 132 api_checknelems(from, n); in lua_xmove() 338 api_checknelems(L, 2); /* all other operations expect two operands */ in lua_arith() 340 api_checknelems(L, 1); in lua_arith() 587 api_checknelems(L, n); in lua_pushcclosure() 736 api_checknelems(L, 1); in lua_rawget() 832 api_checknelems(L, 1); in auxsetstr() 859 api_checknelems(L, 2); in lua_settable() 881 api_checknelems(L, 1); in lua_seti() 899 api_checknelems(L, n); in aux_rawset() 924 api_checknelems(L, 1); in lua_rawseti() [all …]
|
| H A D | lapi.h | 32 #define api_checknelems(L,n) \ macro
|
| H A D | ldo.c | 538 api_checknelems(L, n); in precallC() 732 api_checknelems(L, n); in finishCcall() 814 api_checknelems(L, n); in resume() 859 api_checknelems(L, (L->status == LUA_OK) ? nargs + 1 : nargs); in lua_resume() 888 api_checknelems(L, nresults); in lua_yieldk()
|