Home
last modified time | relevance | path

Searched refs:avoid_paste (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-ppoutput.c143 bool avoid_paste = false; in scan_translation_unit() local
152 avoid_paste = true; in scan_translation_unit()
164 if (avoid_paste) in scan_translation_unit()
177 avoid_paste = false; in scan_translation_unit()
H A DChangeLog-200110082 (struct cpp_reader): New members eof, avoid_paste.
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinit.c198 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()
199 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
H A Dinternal.h408 cpp_token avoid_paste; member
H A Dmacro.c916 *dest++ = &pfile->avoid_paste; in replace_args()
1126 return &pfile->avoid_paste; in cpp_get_token()