Lines Matching full:substituted
1718 token_list_t *substituted;
1759 substituted = _token_list_create(parser);
1773 _token_list_append_list(substituted, expanded_argument);
1779 _token_list_append(parser, substituted, new_token);
1782 _token_list_append(parser, substituted, node->token);
1789 _token_list_trim_trailing_space(substituted);
1791 _glcpp_parser_apply_pastes(parser, substituted);
1793 return substituted;