Lines Matching refs:not
15 implementing a POSIX-compatible version of sed, and should not be
35 POSIX does not specify this behavior as the System V versions of
36 sed do not do this stripping. The argument against stripping is
46 is obvious, but not specified in POSIX.
49 flag to an s command. This is not specified in POSIX. This
50 implementation permits whitespace but does not require it.
53 characters to follow the w command. This is not specified in
54 POSIX. This implementation permits whitespace but does not
60 digit octal numbers, too, not three as specified by POSIX. POSIX
63 6. The POSIX specification for ! does not specify that for a single
64 command the command must not contain an address specification
75 7. POSIX does not specify what happens with consecutive ! commands
83 three lines of a file. This is not specified by POSIX.
84 Note, the ; command separator is not allowed for the commands
98 did not produce any output. POSIX does not specify this behavior.
103 11. Historical implementations do not output the change text of a c
110 12. POSIX does not specify whether address ranges are checked and
111 reset if a command is not executed due to a jump. The following
121 Historic implementations did not output the text in the above
133 does not specify this. This implementation follows historical
136 14. POSIX does not explicitly specify how sed behaves if no script is
150 16. POSIX does not specify how escape sequences other than \n and \D
160 is not true for historic implementations or this implementation
166 the labels "x" and "x ". This is not useful, and leads to subtle
171 19. Although POSIX specifies that reading from files that do not exist
172 from within the script must not terminate the script, it does not
178 string1 or string2 of the y command. This is not specified by
184 within character classes. This is not specified in POSIX. This
189 whether in an address or elsewhere. POSIX does not document this