Lines Matching full:posixly_correct
107 * // matches the last regular expression even in POSIXLY_CORRECT mode.
113 The behavior is now independent from POSIXLY_CORRECT because POSIX
143 * [\n] matches either backslash or 'n' when POSIXLY_CORRECT.
145 * new option --posix, disables all GNU extensions. POSIXLY_CORRECT only
183 restored, and is only enabled if POSIXLY_CORRECT behavior is not
233 * `a', `i', `l', `L', `r' accept two addresses except in POSIXLY_CORRECT
337 to be the correct one (albeit neither one is POSIXLY_CORRECT).
368 disabled if POSIXLY_CORRECT is set.
415 This behavior is disabled if POSIXLY_CORRECT is set, at least for the
421 * If POSIXLY_CORRECT is set, the empty RE // now is the null match