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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c35 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */ member in struct:if_stack
1709 ifs->mi_cmacro = 0;
1749 ifs->mi_cmacro = 0;
1769 if (ifs->next == 0 && ifs->mi_cmacro)
1772 pfile->mi_cmacro = ifs->mi_cmacro;
1799 if (pfile->mi_valid && pfile->mi_cmacro == 0)
1800 ifs->mi_cmacro = cmacro;
1802 ifs->mi_cmacro = 0;
2185 /* Clears, amongst other things, if_stack and mi_cmacro
[all...]
H A Dinternal.h376 const cpp_hashnode *mi_cmacro; member in struct:cpp_reader
H A Dfiles.c801 pfile->mi_cmacro = 0;
1223 file->cmacro = pfile->mi_cmacro;

Completed in 112 milliseconds