Home
last modified time | relevance | path

Searched refs:IT_CMDLINE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDfiles.c840 else if (type == IT_CMDLINE) in search_path_head()
899 if (! file->pch && file->err_no == 0 && type != IT_CMDLINE) in _cpp_stack_include()
1212 return _cpp_stack_include (pfile, fname, false, IT_CMDLINE); in cpp_push_include()
HDinternal.h118 enum include_type {IT_INCLUDE, IT_INCLUDE_NEXT, IT_IMPORT, IT_CMDLINE}; enumerator