Searched refs:avoid_paste (Results 1 – 9 of 9) sorted by relevance
138 bool avoid_paste = false; in scan_translation_unit() local147 avoid_paste = true; in scan_translation_unit()159 if (avoid_paste) in scan_translation_unit()172 avoid_paste = false; in scan_translation_unit()
141 bool avoid_paste = false; local150 avoid_paste = true;162 if (avoid_paste)175 avoid_paste = false;
407 cpp_token avoid_paste; member
556 pfile->avoid_paste.type = CPP_PADDING;557 pfile->avoid_paste.val.source = NULL;
917 *dest++ = &pfile->avoid_paste;1142 return &pfile->avoid_paste;
10082 (struct cpp_reader): New members eof, avoid_paste.
194 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()195 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
399 cpp_token avoid_paste; member
899 *dest++ = &pfile->avoid_paste; in replace_args()1109 return &pfile->avoid_paste; in cpp_get_token()