Searched refs:REG_NEWLINE (Results 1 – 12 of 12) sorted by relevance
56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
266 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
38 #define REG_NEWLINE 0010 macro
465 (m->g->cflags®_NEWLINE)) )473 (m->g->cflags®_NEWLINE)) )481 (m->g->cflags®_NEWLINE)) ||492 (m->g->cflags®_NEWLINE)) ||658 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||663 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||747 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||752 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
301 if (p->g->cflags®_NEWLINE)463 if (p->g->cflags®_NEWLINE)636 if (p->g->cflags®_NEWLINE)
336 o |= REG_NEWLINE;
26 # n REG_NEWLINE61 # anchoring and REG_NEWLINE
39 #define REG_NEWLINE (1<<1) macro
146 if ((posix_options & REG_NEWLINE) != 0) { in regcomp()
1320 2003/06/25: [dist] don't use option REG_NEWLINE for sample/posix.c.1637 REG_NEWLINE: /./ not match "\n", anchor match "\n"
9055 REG_NEWLINE9059 the defined POSIX behaviour for REG_NEWLINE (see the following sec-9094 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.9128 . matches newline yes REG_NEWLINE9129 newline matches [^a] yes REG_NEWLINE9130 $ matches \n at end no REG_NEWLINE9131 $ matches \n in middle no REG_NEWLINE9132 ^ matches \n in middle no REG_NEWLINE9140 behave exactly as for the REG_NEWLINE action.
2988 - REG_EXTENDED|REG_NEWLINE|
Completed in 80 milliseconds