| 835 | |
| 836 | |
| 837 | typedef struct ConsControl { |
| 838 | expdesc v; /* last list item read */ |
| 839 | expdesc *t; /* table descriptor */ |
| 840 | int nh; /* total number of 'record' elements */ |
| 841 | int na; /* number of array elements already stored */ |
| 842 | int tostore; /* number of array elements pending to be stored */ |
| 843 | } ConsControl; |
| 844 | |
| 845 | |
| 846 | static void recfield (LexState *ls, ConsControl *cc) { |
nothing calls this directly
no outgoing calls
no test coverage detected