Searched refs:RESET_NEW_LINE_FLAGS (Results 1 – 1 of 1) sorted by relevance
75 #define RESET_NEW_LINE_FLAGS reset_new_line_flags() macro208 {COMMENT} { SAVE_POS; RESET_NEW_LINE_FLAGS; } /* swallow comment */209 {WHITE}{NEW_LINE} { SAVE_POS; RESET_NEW_LINE_FLAGS; } /* trailing blanks with new line */211 {NEW_LINE} { SAVE_POS; RESET_NEW_LINE_FLAGS; }