Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.h144 struct BlockCnt; /* defined in lparser.c */
152 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c53 typedef struct BlockCnt { struct
54 struct BlockCnt *previous; /* chain */ argument
61 } BlockCnt; argument
415 BlockCnt *bl = fs->bl; in markupval()
427 BlockCnt *bl = fs->bl; in marktobeclosed()
632 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
646 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
677 BlockCnt *bl = fs->bl; in leaveblock()
733 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
997 BlockCnt bl; in body()
[all …]