| 638 | } VAR_EDITS; |
| 639 | |
| 640 | struct VAR_EXPANDED |
| 641 | { |
| 642 | LIST * value = L0; |
| 643 | LIST * inner = L0; |
| 644 | bool opt_file:1; |
| 645 | bool opt_content:1; |
| 646 | }; |
| 647 | |
| 648 | static VAR_EXPANDED apply_modifiers_impl( LIST * result, string * buf, |
| 649 | VAR_EDITS * edits, int32_t n, LISTITER iter, LISTITER end ); |
nothing calls this directly
no outgoing calls
no test coverage detected