MCPcopy Create free account
hub / github.com/danomatika/ofxLua / Labellist

Class Labellist

libs/lua/lparser.h:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119/* list of labels or gotos */
120typedef struct Labellist {
121 Labeldesc *arr; /* array */
122 int n; /* number of entries in use */
123 int size; /* array size */
124} Labellist;
125
126
127/* dynamic structures used by the parser */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected