Home
last modified time | relevance | path

Searched refs:LUAI_FUNC (Results 1 – 25 of 37) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.h50 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k);
51 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
52 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
53 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
54 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
55 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
56 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r);
61 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e);
62 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e);
70 LUAI_FUNC int luaK_jump (FuncState *fs);
[all …]
H A Dltable.h26 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
28 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
29 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
31 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
32 LUAI_FUNC Table *luaH_new (lua_State *L);
34 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
35 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
36 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
37 LUAI_FUNC int luaH_getn (Table *t);
41 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
[all …]
H A Dlvm.h30 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
31 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
32 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
33 LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj);
34 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
36 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
38 LUAI_FUNC void luaV_finishOp (lua_State *L);
39 LUAI_FUNC void luaV_execute (lua_State *L);
40 LUAI_FUNC void luaV_concat (lua_State *L, int total);
41 LUAI_FUNC void luaV_arith (lua_State *L, StkId ra, const TValue *rb,
[all …]
H A Dldo.h30 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
32 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
33 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
34 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
36 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
38 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
39 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
40 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
41 LUAI_FUNC void luaD_shrinkstack (lua_State *L);
43 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
[all …]
H A Dlfunc.h22 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
23 LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems);
24 LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems);
25 LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
26 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
27 LUAI_FUNC void luaF_close (lua_State *L, StkId level);
28 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
29 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
30 LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number,
H A Dlstring.h38 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
39 LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b);
40 LUAI_FUNC int luaS_eqstr (TString *a, TString *b);
41 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
42 LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);
43 LUAI_FUNC TString *luaS_newlstr (lua_State *L, const char *str, size_t l);
44 LUAI_FUNC TString *luaS_new (lua_State *L, const char *str);
H A Dlgc.h144 LUAI_FUNC void luaC_freeallobjects (lua_State *L);
145 LUAI_FUNC void luaC_step (lua_State *L);
146 LUAI_FUNC void luaC_forcestep (lua_State *L);
147 LUAI_FUNC void luaC_runtilstate (lua_State *L, int statesmask);
148 LUAI_FUNC void luaC_fullgc (lua_State *L, int isemergency);
149 LUAI_FUNC GCObject *luaC_newobj (lua_State *L, int tt, size_t sz,
151 LUAI_FUNC void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v);
152 LUAI_FUNC void luaC_barrierback_ (lua_State *L, GCObject *o);
153 LUAI_FUNC void luaC_barrierproto_ (lua_State *L, Proto *p, Closure *c);
155 LUAI_FUNC void luaC_checkupvalcolor (global_State *g, UpVal *uv);
[all …]
H A Dldebug.h25 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
27 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
28 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
30 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
33 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
H A Dllex.h72 LUAI_FUNC void luaX_init (lua_State *L);
73 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
75 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
76 LUAI_FUNC void luaX_next (LexState *ls);
77 LUAI_FUNC int luaX_lookahead (LexState *ls);
78 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
79 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
H A Dlzio.h46 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
64 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dltm.h53 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
54 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
56 LUAI_FUNC void luaT_init (lua_State *L);
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.h47 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
48 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
49 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
50 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
51 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
52 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r);
56 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e);
57 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e);
60 LUAI_FUNC void luaK_goiftrue (FuncState *fs, expdesc *e);
64 LUAI_FUNC int luaK_jump (FuncState *fs);
[all …]
H A Dltable.h21 LUAI_FUNC const TValue *luaH_getnum (Table *t, int key);
22 LUAI_FUNC TValue *luaH_setnum (lua_State *L, Table *t, int key);
23 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
24 LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key);
25 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
27 LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash);
28 LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
29 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
30 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
31 LUAI_FUNC int luaH_getn (Table *t);
[all …]
H A Dlfunc.h21 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
22 LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e);
23 LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems, Table *e);
24 LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
25 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
26 LUAI_FUNC void luaF_close (lua_State *L, StkId level);
27 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
28 LUAI_FUNC void luaF_freeclosure (lua_State *L, Closure *c);
29 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
30 LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number,
H A Dldo.h41 LUAI_FUNC void luaD_callhook (lua_State *L, int event, int line);
42 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
43 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
44 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
46 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
47 LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize);
48 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
49 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
51 LUAI_FUNC void luaD_throw (lua_State *L, int errcode);
52 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
[all …]
H A Dldebug.h21 LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o,
23 LUAI_FUNC void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
24 LUAI_FUNC void luaG_aritherror (lua_State *L, const TValue *p1,
26 LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1,
28 LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
29 LUAI_FUNC void luaG_errormsg (lua_State *L);
30 LUAI_FUNC int luaG_checkcode (const Proto *pt);
31 LUAI_FUNC int luaG_checkopenop (Instruction i);
H A Dlvm.h25 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
26 LUAI_FUNC int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2);
27 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
28 LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj);
29 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
31 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
33 LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);
34 LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
H A Dllex.h70 LUAI_FUNC void luaX_init (lua_State *L);
71 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
73 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
74 LUAI_FUNC void luaX_next (LexState *ls);
75 LUAI_FUNC void luaX_lookahead (LexState *ls);
76 LUAI_FUNC void luaX_lexerror (LexState *ls, const char *msg, int token);
77 LUAI_FUNC void luaX_syntaxerror (LexState *ls, const char *s);
78 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
H A Dlgc.h99 LUAI_FUNC size_t luaC_separateudata (lua_State *L, int all);
100 LUAI_FUNC void luaC_callGCTM (lua_State *L);
101 LUAI_FUNC void luaC_freeall (lua_State *L);
102 LUAI_FUNC void luaC_step (lua_State *L);
103 LUAI_FUNC void luaC_fullgc (lua_State *L);
104 LUAI_FUNC void luaC_link (lua_State *L, GCObject *o, lu_byte tt);
105 LUAI_FUNC void luaC_linkupval (lua_State *L, UpVal *uv);
106 LUAI_FUNC void luaC_barrierf (lua_State *L, GCObject *o, GCObject *v);
107 LUAI_FUNC void luaC_barrierback (lua_State *L, Table *t);
H A Dlundump.h14 LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
17 LUAI_FUNC void luaU_header (char* h);
20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
24 LUAI_FUNC void luaU_print (const Proto* f, int full);
H A Dlzio.h46 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
50 LUAI_FUNC int luaZ_lookahead (ZIO *z);
65 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlstring.h26 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
27 LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);
28 LUAI_FUNC TString *luaS_newlstr (lua_State *L, const char *str, size_t l);
H A Dltm.h49 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
50 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
52 LUAI_FUNC void luaT_init (lua_State *L);
H A Dlobject.h369 LUAI_FUNC int luaO_log2 (unsigned int x);
370 LUAI_FUNC int luaO_int2fb (unsigned int x);
371 LUAI_FUNC int luaO_fb2int (int x);
372 LUAI_FUNC int luaO_rawequalObj (const TValue *t1, const TValue *t2);
373 LUAI_FUNC int luaO_str2d (const char *s, lua_Number *result);
374 LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
376 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
377 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dnoparser.c21 LUAI_FUNC void luaX_init (lua_State *L) { in luaX_init()
25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
37 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) { in luaU_dump()

12