Lines Matching refs:BlockCnt
48 typedef struct BlockCnt { struct
49 struct BlockCnt *previous; /* chain */ argument
55 } BlockCnt; typedef
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()
786 BlockCnt bl; in body()
1097 BlockCnt bl; in block()
1247 BlockCnt bl; in whilestat()
1266 BlockCnt bl1, bl2; in repeatstat()
1294 BlockCnt bl; in forbody()
1369 BlockCnt bl; in forstat()
1385 BlockCnt bl; in test_then_block()
1614 BlockCnt bl; in mainfunc()