Searched refs:BlockCnt (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.h | 92 struct BlockCnt; /* defined in lparser.c */ 101 struct BlockCnt *bl; /* chain of current blocks */
|
H A D | lparser.c | 39 typedef struct BlockCnt { struct 40 struct BlockCnt *previous; /* chain */ argument 46 } BlockCnt; typedef 258 BlockCnt *bl = fs->bl; in markupval() 363 BlockCnt *bl = ls->fs->bl; in findlabel() 417 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout() 435 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock() 470 BlockCnt *bl = fs->bl; in leaveblock() 524 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func() 794 BlockCnt bl; in body() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lparser.h | 140 struct BlockCnt; /* defined in lparser.c */ 148 struct BlockCnt *bl; /* chain of current blocks */
|
H A D | lparser.c | 49 typedef struct BlockCnt { struct 50 struct BlockCnt *previous; /* chain */ argument 57 } BlockCnt; argument 411 BlockCnt *bl = fs->bl; in markupval() 423 BlockCnt *bl = fs->bl; in marktobeclosed() 628 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout() 642 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock() 673 BlockCnt *bl = fs->bl; in leaveblock() 729 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func() 993 BlockCnt bl; in body() [all …]
|