Searched refs:POSIXLY_CORRECT (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 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
|
D | ChangeLog | 396 POSIXLY_CORRECT/POSIXLY_BASIC posixicity. 656 * sed/sed.h (posixicity): New variable, replaces POSIXLY_CORRECT. 658 * sed/compile.c: Use it instead of POSIXLY_CORRECT. 659 * sed/execute.c: Use it instead of POSIXLY_CORRECT. 665 * NEWS: Fix [\n] to match either backslash or n in POSIXLY_CORRECT mode. 670 type normalize_text. If TEXT_REGEX and in POSIXLY_CORRECT mode, 676 after executing N, if not POSIXLY_CORRECT. 736 POSIXLY_CORRECT mode or not. 850 expression even in POSIXLY_CORRECT mode. 908 POSIXLY_CORRECT mode. [all …]
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 225 posixicity = POSIXLY_CORRECT;
|
D | sed.h | 86 POSIXLY_CORRECT, /* with POSIX-compatible GNU extensions */ enumerator
|
D | regexp.c | 78 case POSIXLY_CORRECT:
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getopt.c | 1105 enum { POSIXLY_CORRECT = 0 }; enumerator 1107 enum { POSIXLY_CORRECT = 1 }; enumerator 1114 POSIXLY_CORRECT); in getopt()
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 201 `POSIXLY_CORRECT' variable to a non-empty value. 549 `POSIXLY_CORRECT' mode, special escapes like `\n' and `\t' are 1047 This command enables all GNU extensions even if `POSIXLY_CORRECT' 1158 `POSIXLY_CORRECT' disables them inside bracket expressions. 2087 `POSIXLY_CORRECT' variable to a non-empty value. 2378 * POSIXLY_CORRECT behavior, bracket expressions: Regular Expressions. 2380 * POSIXLY_CORRECT behavior, enabling: Invoking sed. (line 84) 2381 * POSIXLY_CORRECT behavior, escapes: Escapes. (line 11) 2382 * POSIXLY_CORRECT behavior, N command: Reporting Bugs. (line 46)
|
D | sed-in.texi | 288 @cindex @code{POSIXLY_CORRECT} behavior, enabling 294 extension, you can set the @code{POSIXLY_CORRECT} variable 760 @cindex @code{POSIXLY_CORRECT} behavior, bracket expressions 769 @env{POSIXLY_CORRECT} mode, special escapes like @code{\n} and 1483 @env{POSIXLY_CORRECT} is set in the environment. 1516 @cindex @code{POSIXLY_CORRECT} behavior, escapes 1520 expression mode, setting @code{POSIXLY_CORRECT} disables them inside 2682 @cindex @code{POSIXLY_CORRECT} behavior, @code{N} command 2685 the @code{POSIXLY_CORRECT} variable to a non-empty value.
|
D | sed.texi | 289 @cindex @code{POSIXLY_CORRECT} behavior, enabling 295 extension, you can set the @code{POSIXLY_CORRECT} variable 761 @cindex @code{POSIXLY_CORRECT} behavior, bracket expressions 770 @env{POSIXLY_CORRECT} mode, special escapes like @code{\n} and 1484 @env{POSIXLY_CORRECT} is set in the environment. 1517 @cindex @code{POSIXLY_CORRECT} behavior, escapes 1521 expression mode, setting @code{POSIXLY_CORRECT} disables them inside 2849 @cindex @code{POSIXLY_CORRECT} behavior, @code{N} command 2852 the @code{POSIXLY_CORRECT} variable to a non-empty value.
|