Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
BlockCnt Struct Reference

Data Fields

struct BlockCntprevious
 
int breaklist
 
lu_byte nactvar
 
lu_byte upval
 
lu_byte isbreakable
 
short firstlabel
 
short firstgoto
 
lu_byte isloop
 
int firstlabel
 
int firstgoto
 
lu_byte insidetbc
 

Detailed Description

Definition at line 40 of file lua-5.1.5/src/lparser.c.

Field Documentation

◆ breaklist

int BlockCnt::breaklist

Definition at line 42 of file lua-5.1.5/src/lparser.c.

Referenced by block(), breakstat(), enterblock(), and leaveblock().

◆ firstgoto [1/2]

◆ firstgoto [2/2]

int BlockCnt::firstgoto

Definition at line 51 of file lua-5.3.6/src/lparser.c.

◆ firstlabel [1/2]

◆ firstlabel [2/2]

int BlockCnt::firstlabel

Definition at line 50 of file lua-5.3.6/src/lparser.c.

◆ insidetbc

lu_byte BlockCnt::insidetbc

Definition at line 56 of file lua-5.4.3/src/lparser.c.

Referenced by checktoclose(), enterblock(), and retstat().

◆ isbreakable

lu_byte BlockCnt::isbreakable

Definition at line 45 of file lua-5.1.5/src/lparser.c.

Referenced by breakstat(), enterblock(), and leaveblock().

◆ isloop

lu_byte BlockCnt::isloop

◆ nactvar

◆ previous

◆ upval


The documentation for this struct was generated from the following files: