Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dcomformat.c28 #define COMMENT_PRINT_TRIM_CRLF ((u32)0x00000002) /* Trim leading CR/LF. */ macro
472 int trimCrLf = flags & COMMENT_PRINT_TRIM_CRLF; in comment_print()
573 flags |= COMMENT_PRINT_TRIM_CRLF; in test_comment_format()