Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h139 struct BlockCnt; /* defined in lparser.c */
147 struct BlockCnt *bl; /* chain of current blocks */
Dlparser.c49 typedef struct BlockCnt { struct
50 struct BlockCnt *previous; /* chain */ argument
57 } BlockCnt; argument
411 BlockCnt *bl = fs->bl; in markupval()
618 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
632 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
663 BlockCnt *bl = fs->bl; in leaveblock()
719 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
983 BlockCnt bl; in body()
1298 BlockCnt bl; in block()
[all …]