Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h92 struct BlockCnt; /* defined in lparser.c */
101 struct BlockCnt *bl; /* chain of current blocks */
Dlparser.c42 typedef struct BlockCnt { struct
43 struct BlockCnt *previous; /* chain */ argument
49 } BlockCnt; argument
261 BlockCnt *bl = fs->bl; in markupval()
366 BlockCnt *bl = ls->fs->bl; in findlabel()
420 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
438 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
473 BlockCnt *bl = fs->bl; in leaveblock()
527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
791 BlockCnt bl; in body()
[all …]