Lines Matching refs:BlockCnt
49 typedef struct BlockCnt { struct
50 struct BlockCnt *previous; /* chain */ argument
57 } BlockCnt; argument
411 BlockCnt *bl = fs->bl; in markupval()
616 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
630 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
661 BlockCnt *bl = fs->bl; in leaveblock()
717 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
981 BlockCnt bl; in body()
1296 BlockCnt bl; in block()
1461 BlockCnt bl; in whilestat()
1480 BlockCnt bl1, bl2; in repeatstat()
1536 BlockCnt bl; in forbody()
1612 BlockCnt bl; in forstat()
1628 BlockCnt bl; in test_then_block()
1914 BlockCnt bl; in mainfunc()