Home
last modified time | relevance | path

Searched refs:IT_INCLUDE_NEXT (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dinternal.h118 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enumerator
H A Dfiles.c766 if (type == IT_INCLUDE_NEXT && file->dir) in search_path_head()
H A Ddirectives.c771 enum include_type type = IT_INCLUDE_NEXT; in do_include_next()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h154 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enumerator
H A Dcpplib.c665 if (type == IT_INCLUDE_NEXT && ! pfile->buffer->prev)
714 do_include_common (pfile, IT_INCLUDE_NEXT);
H A Dcppfiles.c585 if (type == IT_INCLUDE_NEXT && pfile->buffer->inc->foundhere)