Lines Matching refs:syntax
71 * Regular Expressions:: Overview of regular expression syntax
197 outside the syntax mandated by POSIX, but some of them (such as
288 * Regular Expressions:: Overview of regular expression syntax
457 brief description of regular expression syntax as used in `sed'.
703 The syntax of the `s' (as in substitute) command is
2089 Regex syntax clashes (problems with backslashes)
2090 `sed' uses the POSIX basic regular expression syntax. According to
2092 this syntax; notable in the case of `sed' are `\|', `\+', `\?',
2100 This syntax may cause problems when running scripts written for
2272 * Extended regular expressions, syntax: Extended regexps. (line 6)
2371 * Non-bugs, regex syntax clashes: Reporting Bugs. (line 51)