Searched refs:FuncState (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlcode.h62 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i);
63 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
64 LUAI_FUNC int luaK_codeAsBx (FuncState *fs, OpCode o, int A, int Bx);
65 LUAI_FUNC int luaK_codeABCk (FuncState *fs, OpCode o, int A,
68 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v);
69 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
70 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
71 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
72 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
73 LUAI_FUNC void luaK_int (FuncState *f
[all...]
H A Dlparser.h144 typedef struct FuncState { struct
146 struct FuncState *prev; /* enclosing function */
163 } FuncState; typedef in typeref:struct:FuncState
166 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
H A Dlcode.c40 static int codesJ (FuncState *fs, OpCode o, int sj, int k);
73 static TValue *const2val (FuncState *fs, const expdesc *e) {
83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) {
115 static Instruction *previousinstruction (FuncState *fs) {
130 void luaK_nil (FuncState *fs, int from, int n) {
153 static int getjump (FuncState *fs, int pc) {
166 static void fixjump (FuncState *fs, int pc, int dest) {
180 void luaK_concat (FuncState *fs, int *l1, int l2) {
198 int luaK_jump (FuncState *fs) {
206 void luaK_ret (FuncState *f
[all...]
H A Dlparser.c74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
87 static void checklimit (FuncState *fs, int v, int l, const char *what) {
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) {
195 FuncState *fs = ls->fs;
219 static Vardesc *getlocalvardesc (FuncState *fs, int vidx) {
230 static int stacklevel (FuncState *fs, int nvar) {
243 int luaY_nvarstack (FuncState *fs) {
251 static LocVar *localdebuginfo (FuncState *fs, int vidx) {
266 static void init_var (FuncState *fs, expdesc *e, int vidx) {
278 FuncState *f
[all...]
H A Dllex.h70 struct FuncState *fs; /* current function (parser) */
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlcode.h48 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
49 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
50 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);
57 LUAI_FUNC void luaK_dischargevars (FuncState *f
[all...]
H A Dlcode.c35 void luaK_nil (FuncState *fs, int from, int n) {
57 int luaK_jump (FuncState *fs) {
67 void luaK_ret (FuncState *fs, int first, int nret) {
72 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
78 static void fixjump (FuncState *fs, int pc, int dest) {
92 int luaK_getlabel (FuncState *fs) {
98 static int getjump (FuncState *fs, int pc) {
107 static Instruction *getjumpcontrol (FuncState *fs, int pc) {
120 static int need_value (FuncState *fs, int list) {
129 static int patchtestreg (FuncState *f
[all...]
H A Dlparser.h97 typedef struct FuncState { struct
100 struct FuncState *prev; /* enclosing function */
113 } FuncState; typedef in typeref:struct:FuncState
H A Dlparser.c81 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
94 static void checklimit (FuncState *fs, int v, int l, const char *what) {
164 FuncState *fs = ls->fs;
177 FuncState *fs = ls->fs;
196 static LocVar *getlocvar (FuncState *fs, int i) {
204 FuncState *fs = ls->fs;
212 static void removevars (FuncState *fs, int tolevel) {
219 static int searchupvalue (FuncState *fs, TString *name) {
229 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
244 static int searchvar (FuncState *f
[all...]
H A Dllex.h61 struct FuncState *fs; /* current function (parser) */

Completed in 83 milliseconds