Lines Matching defs:lua_State
164 typedef struct lua_State lua_State; typedef
461 struct lua_State{ struct
462 GCObject*next;lu_byte tt;lu_byte marked;
463 lu_byte status;
464 StkId top;
465 StkId base;
466 global_State*l_G;
467 CallInfo*ci;
468 const Instruction*savedpc;
469 StkId stack_last;
470 StkId stack;
471 CallInfo*end_ci;
472 CallInfo*base_ci;
473 int stacksize;
474 int size_ci;
498 struct lua_State th; argument