Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
lua_State * | L |
int | pushed |
int | blen |
char | space [BUFVFS] |
Definition at line 393 of file lua-5.4.3/src/lobject.c.
int BuffFS::blen |
Definition at line 396 of file lua-5.4.3/src/lobject.c.
Referenced by clearbuff(), getbuff(), and luaO_pushvfstring().
lua_State* BuffFS::L |
Definition at line 394 of file lua-5.4.3/src/lobject.c.
Referenced by luaO_pushvfstring(), and pushstr().
int BuffFS::pushed |
Definition at line 395 of file lua-5.4.3/src/lobject.c.
Referenced by luaO_pushvfstring(), and pushstr().
char BuffFS::space[BUFVFS] |
Definition at line 397 of file lua-5.4.3/src/lobject.c.
Referenced by clearbuff(), and getbuff().