Lines Matching refs:BlockCnt
48 typedef struct BlockCnt { struct
49 struct BlockCnt *previous; /* chain */ argument
55 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
367 BlockCnt *bl = ls->fs->bl; in findlabel()
421 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
439 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
474 BlockCnt *bl = fs->bl; in leaveblock()
529 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
785 BlockCnt bl; in body()
1096 BlockCnt bl; in block()
1246 BlockCnt bl; in whilestat()
1265 BlockCnt bl1, bl2; in repeatstat()
1293 BlockCnt bl; in forbody()
1368 BlockCnt bl; in forstat()
1384 BlockCnt bl; in test_then_block()
1613 BlockCnt bl; in mainfunc()