Home
last modified time | relevance | path

Searched refs:BlockCnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h93 struct BlockCnt; /* defined in lparser.c */
102 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c40 typedef struct BlockCnt { struct
41 struct BlockCnt *previous; /* chain */ argument
47 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
364 BlockCnt *bl = ls->fs->bl; in findlabel()
418 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
436 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
471 BlockCnt *bl = fs->bl; in leaveblock()
525 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
795 BlockCnt bl; in body()
[all …]
/freebsd/contrib/lua/src/
H A Dlparser.h140 struct BlockCnt; /* defined in lparser.c */
148 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c49 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()
992 BlockCnt bl; in body()
[all …]