Lines Matching refs:BlockCnt
40 typedef struct BlockCnt { struct
41 struct BlockCnt *previous; /* chain */ argument
47 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
364 BlockCnt *bl = ls->fs->bl; in findlabel()
418 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
436 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
471 BlockCnt *bl = fs->bl; in leaveblock()
525 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
795 BlockCnt bl; in body()
1089 BlockCnt bl; in block()
1242 BlockCnt bl; in whilestat()
1261 BlockCnt bl1, bl2; in repeatstat()
1289 BlockCnt bl; in forbody()
1364 BlockCnt bl; in forstat()
1381 BlockCnt bl; in test_then_block()
1610 BlockCnt bl; in mainfunc()