Home | History | Annotate | Download | only in glcpp

Lines Matching refs:replacement

1441 	/* Perform argument substitution on the replacement list. */
1553 token_list_t *replacement;
1560 replacement = _token_list_copy (parser, macro->replacements);
1561 _glcpp_parser_apply_pastes (parser, replacement);
1562 return replacement;