Searched refs:mi_cmacro (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */ member in struct:if_stack
2011 ifs->mi_cmacro = 0;
2052 ifs->mi_cmacro = 0;
2072 if (ifs->next == 0 && ifs->mi_cmacro)
2075 pfile->mi_cmacro = ifs->mi_cmacro;
2102 if (pfile->mi_valid && pfile->mi_cmacro == 0)
2103 ifs->mi_cmacro = cmacro;
2105 ifs->mi_cmacro = 0;
2559 /* Clears, amongst other things, if_stack and mi_cmacro
[all...]
H A Dinternal.h465 const cpp_hashnode *mi_cmacro; member in struct:cpp_reader
H A Dfiles.c912 pfile->mi_cmacro = 0;
1481 file->cmacro = pfile->mi_cmacro;

Completed in 285 milliseconds