Searched refs:BlockCnt (Results 1 – 2 of 2) sorted by relevance
92 struct BlockCnt; /* defined in lparser.c */101 struct BlockCnt *bl; /* chain of current blocks */
42 typedef struct BlockCnt { struct43 struct BlockCnt *previous; /* chain */ argument49 } BlockCnt; argument261 BlockCnt *bl = fs->bl; in markupval()366 BlockCnt *bl = ls->fs->bl; in findlabel()420 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()438 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()473 BlockCnt *bl = fs->bl; in leaveblock()527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()791 BlockCnt bl; in body()[all …]