Searched refs:DO_BOL (Results 1 – 2 of 2) sorted by relevance
25 #define DO_BOL (1 << 0) /* At the beginning of a logical line. */ macro61 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()
26 #define DO_BOL (1 << 0) /* At the beginning of a logical line. */ macro62 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()