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

Data Fields

lua_StateL
 
int pushed
 
int blen
 
char space [BUFVFS]
 

Detailed Description

Definition at line 393 of file lua-5.4.3/src/lobject.c.

Field Documentation

◆ blen

int BuffFS::blen

Definition at line 396 of file lua-5.4.3/src/lobject.c.

Referenced by clearbuff(), getbuff(), and luaO_pushvfstring().

◆ L

lua_State* BuffFS::L

Definition at line 394 of file lua-5.4.3/src/lobject.c.

Referenced by luaO_pushvfstring(), and pushstr().

◆ pushed

int BuffFS::pushed

Definition at line 395 of file lua-5.4.3/src/lobject.c.

Referenced by luaO_pushvfstring(), and pushstr().

◆ space

char BuffFS::space[BUFVFS]

Definition at line 397 of file lua-5.4.3/src/lobject.c.

Referenced by clearbuff(), and getbuff().


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