Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.h92 struct BlockCnt; /* defined in lparser.c */
101 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c41 typedef struct BlockCnt { struct
42 struct BlockCnt *previous; /* chain */ argument
48 } BlockCnt; argument
260 BlockCnt *bl = fs->bl; in markupval()
365 BlockCnt *bl = ls->fs->bl; in findlabel()
419 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
437 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
472 BlockCnt *bl = fs->bl; in leaveblock()
526 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
790 BlockCnt bl; in body()
[all …]