Lines Matching refs:BlockCnt
41 typedef struct BlockCnt { struct
42 struct BlockCnt *previous; /* chain */ argument
48 } BlockCnt; argument
260 BlockCnt *bl = fs->bl; in markupval()
365 BlockCnt *bl = ls->fs->bl; in findlabel()
419 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
437 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
472 BlockCnt *bl = fs->bl; in leaveblock()
526 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
790 BlockCnt bl; in body()
1084 BlockCnt bl; in block()
1237 BlockCnt bl; in whilestat()
1256 BlockCnt bl1, bl2; in repeatstat()
1284 BlockCnt bl; in forbody()
1359 BlockCnt bl; in forstat()
1375 BlockCnt bl; in test_then_block()
1604 BlockCnt bl; in mainfunc()