Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlparser.h92 struct BlockCnt; /* defined in lparser.c */
101 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c39 typedef struct BlockCnt { struct
46 } BlockCnt; argument
258 BlockCnt *bl = fs->bl; in markupval()
794 BlockCnt bl; in body()
1088 BlockCnt bl; in block()
1241 BlockCnt bl; in whilestat()
1260 BlockCnt bl1, bl2; in repeatstat()
1288 BlockCnt bl; in forbody()
1363 BlockCnt bl; in forstat()
1380 BlockCnt bl; in test_then_block()
[all …]
/freebsd-14.2/contrib/lua/src/
H A Dlparser.h140 struct BlockCnt; /* defined in lparser.c */
148 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c49 typedef struct BlockCnt { struct
57 } BlockCnt; argument
411 BlockCnt *bl = fs->bl; in markupval()
993 BlockCnt bl; in body()
1308 BlockCnt bl; in block()
1473 BlockCnt bl; in whilestat()
1492 BlockCnt bl1, bl2; in repeatstat()
1548 BlockCnt bl; in forbody()
1624 BlockCnt bl; in forstat()
1640 BlockCnt bl; in test_then_block()
[all …]