Home | History | Annotate | Download | only in lib

Lines Matching refs:REG_NEWLINE

453      `newline_anchor' to REG_NEWLINE being set in CFLAGS;
465 If REG_NEWLINE is set, then . and [^...] don't match newline.
499 /* If REG_NEWLINE is set, newlines are treated differently. */
500 if (cflags & REG_NEWLINE)
501 { /* REG_NEWLINE implies neither . nor [^...] match newline. */