Lines Matching refs:item

108 =item B<-a>
114 =item B<-e> I<script>
119 =item B<-f> I<script-file>
124 =item B<-n>
162 =item I<number>
166 =item B<$>
170 =item B</>I<regular expression>B</>
215 =item [1addr]B<a\> I<text>
226 =item [2addr]B<b> [I<label>]
239 =item [2addr]B<c\> I<text>
256 =item [2addr]B<d>
270 =item [2addr]B<D>
281 =item [2addr]B<g>
290 =item [2addr]B<G>
299 =item [2addr]B<h>
308 =item [2addr]B<H>
317 =item [1addr]B<i\> I<text>
327 =item [2addr]B<l>
348 =item [2addr]B<n>
366 =item [2addr]B<N>
376 =item [2addr]B<p>
389 =item [2addr]B<P>
402 =item [1addr]B<q>
411 =item [1addr]B<r> I<file>
422 =item [2addr]B<s/>I<regular expression>B</>I<replacement>B</>I<flags>
444 =item B<g>
449 =item B<1>..B<9>
453 =item B<p>
457 =item B<w> I<file>
469 =item [2addr]B<t> [I<label>]
482 =item [2addr]B<w> I<file>
491 =item [2addr]B<x>
499 =item [2addr]B<y>B</>I<string1>B</>I<string2>B</>
514 =item [1addr]B<=>
523 =item [0addr]B<:> [I<label>]
534 =item [2addr]B<{> [I<command>]
536 =item [0addr]B<}>
548 =item [0addr]B<#> [I<comment>]
887 A bound appearing as the first item in a BRE is taken literally.
932 =item B<\E<lt>> This is the same as C<[[:E<gt>:]]>.
934 =item B<\E<gt>> This is the same as C<[[:E<lt>:]]>.
936 =item B<\w> This is an abbreviation for C<[[:alnum:]_]>.
938 =item B<\W> This is an abbreviation for C<[^[:alnum:]_]>.
940 =item B<\y> Match the empty string at a word boundary.
942 =item B<\B> Match the empty string between any two either word or non-word characters.
1863 =item ambiguous translation for character `%s' in `y' command
1867 =item `[' cannot be last in pattern
1871 =item `\' cannot be last in pattern
1875 =item `\' cannot be last in substitution
1879 =item conflicting flags `%s'
1885 =item duplicate label %s (first defined at %s)
1887 =item excess address(es)
1891 =item extra characters after command (%s)
1893 =item illegal option `%s'
1895 =item improper delimiter in s command
1899 =item invalid address after `,'
1901 =item invalid backreference (%s)
1906 =item invalid repeat clause `\{%s\}'
1911 =item malformed regex, 1st address
1913 =item malformed regex, 2nd address
1915 =item malformed regular expression
1917 =item malformed substitution expression
1919 =item malformed `y' command argument
1923 =item maximum less than minimum in `\{%s\}'
1925 =item no script command given
1930 =item `\' not valid as delimiter in `y' command
1932 =item option -e requires an argument
1934 =item option -f requires an argument
1936 =item `s' command requires argument
1938 =item start of unterminated `{'
1940 =item string lengths in `y' command differ
1944 =item undefined label `%s'
1946 =item unexpected `}'
1950 =item unexpected end of script
1955 =item unknown command `%s'
1957 =item unterminated `['
1961 =item unterminated `\('
1965 =item `\{' without closing `\}'
1969 =item `\)' without preceding `\('
1971 =item `y' command requires argument
1988 s/^/=item /