MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ConsControl

Class ConsControl

src/lua/src/lparser.c:434–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434struct ConsControl {
435 expdesc v; /* last list item read */
436 expdesc *t; /* table descriptor */
437 int nh; /* total number of `record' elements */
438 int na; /* total number of array elements */
439 int tostore; /* number of array elements pending to be stored */
440};
441
442
443static void recfield (LexState *ls, struct ConsControl *cc) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected