Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l75 #define RESET_NEW_LINE_FLAGS reset_new_line_flags() macro
208 {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; }