Searched refs:lua_State (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c47 int luaV_tostring (lua_State *L, StkId obj) {
60 static void traceexec (lua_State *L) {
93 static void callTM (lua_State *L, const TValue *f, const TValue *p1,
110 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
136 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) {
175 static int call_binTM (lua_State *L, const TValue *p1, const TValue *p2,
186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2,
200 static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2,
231 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
243 int luaV_lessequal (lua_State *
[all...]
H A Dlobject.c169 static void pushstr (lua_State *L, const char *str, size_t l) {
175 const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {
229 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) {
H A Dldump.c19 lua_State* L;
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip)
H A Dllex.c63 void luaX_init (lua_State *L) {
123 lua_State *L = ls->L;
157 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dlundump.c24 lua_State* L;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
H A Dlparser.c83 lua_State *L = fs->ls->L;
330 lua_State *L = ls->L;
499 lua_State *L = ls->L;
527 lua_State *L = ls->L;
555 lua_State *L = ls->L;
1617 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dlobject.h599 LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
601 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dlcode.c291 lua_State *L = fs->ls->L;
327 lua_State *L = fs->ls->L;
/freebsd-12-stable/stand/liblua/
H A Dlerrno.c160 lerrno_register(lua_State *L)
176 luaopen_errno(lua_State *L)
/freebsd-12-stable/contrib/lua/src/
H A Dluac.c122 static const char* reader(lua_State *L, void *ud, size_t *size)
139 static const Proto* combine(lua_State* L, int n)
159 static int writer(lua_State* L, const void* p, size_t size, void* u)
165 static int pmain(lua_State* L)
194 lua_State* L;
H A Dllex.c70 void luaX_init (lua_State *L) {
128 lua_State *L = ls->L;
162 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dlundump.c33 lua_State *L;
89 lua_State *L = S->L;
265 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) {
H A Dldump.c23 lua_State *L;
202 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data,
H A Dlobject.h236 { TValue *io = (obj); lua_State *x_ = (x); \
537 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
541 LUAI_FUNC void luaO_tostring (lua_State *L, StkId obj);
542 LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
544 LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
H A Dlvm.c160 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val,
203 void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
364 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
384 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) {
407 int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2) {
474 void luaV_concat (lua_State *L, int total) {
517 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) {
552 lua_Integer luaV_div (lua_State *L, lua_Integer m, lua_Integer n) {
572 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) {
632 static void pushclosure (lua_State *
[all...]
H A Dlparser.c80 lua_State *L = fs->ls->L;
332 lua_State *L = ls->L;
501 lua_State *L = ls->L;
554 lua_State *L = ls->L;
1628 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dlcode.c429 lua_State *L = fs->ls->L;

Completed in 102 milliseconds

12345