| 432 | |
| 433 | |
| 434 | struct 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 | |
| 443 | static void recfield (LexState *ls, struct ConsControl *cc) { |
nothing calls this directly
no outgoing calls
no test coverage detected