| 635 | |
| 636 | |
| 637 | struct ConsControl { |
| 638 | expdesc v; /* last list item read */ |
| 639 | expdesc *t; /* table descriptor */ |
| 640 | int nh; /* total number of 'record' elements */ |
| 641 | int na; /* total number of array elements */ |
| 642 | int tostore; /* number of array elements pending to be stored */ |
| 643 | }; |
| 644 | |
| 645 | |
| 646 | static void recfield (LexState *ls, struct ConsControl *cc) { |
nothing calls this directly
no outgoing calls
no test coverage detected