Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | extraline |
FILE * | f |
char | buff [LUAL_BUFFERSIZE] |
int | n |
Definition at line 522 of file lua-5.1.5/src/lauxlib.c.
char LoadF::buff |
Definition at line 525 of file lua-5.1.5/src/lauxlib.c.
Referenced by getF(), getF(), getF(), getF(), luaL_loadfilex(), skipBOM(), skipBOM(), and skipBOM().
int LoadF::extraline |
Definition at line 523 of file lua-5.1.5/src/lauxlib.c.
Referenced by getF(), and luaL_loadfile().
FILE * LoadF::f |
Definition at line 524 of file lua-5.1.5/src/lauxlib.c.
Referenced by getF(), getF(), getF(), getF(), luaL_loadfile(), luaL_loadfilex(), skipBOM(), skipBOM(), skipBOM(), skipcomment(), skipcomment(), and skipcomment().
int LoadF::n |
Definition at line 563 of file lua-5.2.4/src/lauxlib.c.
Referenced by getF(), getF(), getF(), luaL_loadfilex(), skipBOM(), skipBOM(), and skipBOM().