| 1690 | } VAR_PARSE_GROUP; |
| 1691 | |
| 1692 | typedef struct VAR_PARSE_ACTIONS |
| 1693 | { |
| 1694 | struct dynamic_array elems[ 1 ]; |
| 1695 | } VAR_PARSE_ACTIONS; |
| 1696 | |
| 1697 | #define VAR_PARSE_TYPE_VAR 0 |
| 1698 | #define VAR_PARSE_TYPE_STRING 1 |
nothing calls this directly
no outgoing calls
no test coverage detected