Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lparser.h>
Data Fields | |
TString * | name |
int | pc |
int | line |
lu_byte | nactvar |
lu_byte | close |
Definition at line 63 of file lua-5.2.4/src/lparser.h.
lu_byte Labeldesc::close |
Definition at line 115 of file lua-5.4.3/src/lparser.h.
Referenced by movegotosout(), newlabelentry(), and solvegotos().
int Labeldesc::line |
Definition at line 66 of file lua-5.2.4/src/lparser.h.
Referenced by checkrepeated(), checkrepeated(), checkrepeated(), newlabelentry(), newlabelentry(), and newlabelentry().
lu_byte Labeldesc::nactvar |
Definition at line 67 of file lua-5.2.4/src/lparser.h.
Referenced by closegoto(), closegoto(), createlabel(), findlabel(), findlabel(), gotostat(), labelstat(), labelstat(), newlabelentry(), newlabelentry(), newlabelentry(), and solvegoto().
TString * Labeldesc::name |
Definition at line 64 of file lua-5.2.4/src/lparser.h.
Referenced by checkrepeated(), checkrepeated(), closegoto(), closegoto(), findgotos(), findgotos(), findlabel(), findlabel(), findlabel(), newlabelentry(), newlabelentry(), newlabelentry(), solvegoto(), and solvegotos().
int Labeldesc::pc |
Definition at line 65 of file lua-5.2.4/src/lparser.h.
Referenced by closegoto(), closegoto(), gotostat(), newlabelentry(), newlabelentry(), newlabelentry(), and solvegoto().