Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-ppoutput.c138 bool avoid_paste = false; in scan_translation_unit() local
147 avoid_paste = true; in scan_translation_unit()
159 if (avoid_paste) in scan_translation_unit()
172 avoid_paste = false; in scan_translation_unit()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppmain.c141 bool avoid_paste = false; local
150 avoid_paste = true;
162 if (avoid_paste)
175 avoid_paste = false;
H A Dcpphash.h407 cpp_token avoid_paste; member
H A Dcppinit.c556 pfile->avoid_paste.type = CPP_PADDING;
557 pfile->avoid_paste.val.source = NULL;
H A Dcppmacro.c917 *dest++ = &pfile->avoid_paste;
1142 return &pfile->avoid_paste;
H A DChangeLog.610082 (struct cpp_reader): New members eof, avoid_paste.
/openbsd/gnu/gcc/libcpp/
H A Dinit.c194 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()
195 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
H A Dinternal.h399 cpp_token avoid_paste; member
H A Dmacro.c899 *dest++ = &pfile->avoid_paste; in replace_args()
1109 return &pfile->avoid_paste; in cpp_get_token()