Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libcpp/
HDdirectives-only.c25 #define DO_BOL (1 << 0) /* At the beginning of a logical line. */ macro
61 flags = DO_BOL; in _cpp_preprocess_dir_only()
89 if (c != '#' && (flags & DO_BOL)) in _cpp_preprocess_dir_only()
120 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
128 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
155 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
170 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
186 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
199 flags |= DO_BOL; in _cpp_preprocess_dir_only()
213 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
/dragonfly/contrib/gcc-4.7/libcpp/
HDdirectives-only.c26 #define DO_BOL (1 << 0) /* At the beginning of a logical line. */ macro
62 flags = DO_BOL; in _cpp_preprocess_dir_only()
90 if (c != '#' && (flags & DO_BOL)) in _cpp_preprocess_dir_only()
121 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
129 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
156 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
171 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
187 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()
200 flags |= DO_BOL; in _cpp_preprocess_dir_only()
214 flags &= ~DO_BOL; in _cpp_preprocess_dir_only()