Searched refs:BlockCnt (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.h56 struct BlockCnt; /* defined in lparser.c */
66 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c42 typedef struct BlockCnt { struct
43 struct BlockCnt *previous; /* chain */
48 } BlockCnt; typedef in typeref:struct:BlockCnt
220 BlockCnt *bl = fs->bl;
287 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isbreakable) {
299 BlockCnt *bl = fs->bl;
886 BlockCnt bl;
979 BlockCnt *bl = fs->bl;
998 BlockCnt bl;
1017 BlockCnt bl
[all...]

Completed in 116 milliseconds