Searched refs:REG_NEWLINE (Results 1 – 9 of 9) sorted by relevance
60 #define REG_NEWLINE 0010 macro
523 (m->g->cflags®_NEWLINE)) )531 (m->g->cflags®_NEWLINE)) )539 (m->g->cflags®_NEWLINE)) ||550 (m->g->cflags®_NEWLINE)) ||712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||717 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||795 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||800 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
29 flags |= REG_NEWLINE; in Regex()
371 if (p->g->cflags®_NEWLINE) in p_ere_exp()553 if (p->g->cflags®_NEWLINE) in p_simp_re()729 if (p->g->cflags®_NEWLINE) in p_bracket()
56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
3924 if ((options & PCRE_MULTILINE) != 0) cflags |= REG_NEWLINE; in main()
574 /m REG_NEWLINE
9572 REG_NEWLINE9576 the defined POSIX behaviour for REG_NEWLINE (see the following sec-9611 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.9645 . matches newline yes REG_NEWLINE9646 newline matches [^a] yes REG_NEWLINE9647 $ matches \n at end no REG_NEWLINE9648 $ matches \n in middle no REG_NEWLINE9649 ^ matches \n in middle no REG_NEWLINE9657 behave exactly as for the REG_NEWLINE action.