Home | History | Annotate | Download | only in codewalk

Lines Matching full:address

49 	the codewalk uses an address syntax that makes it possible
51 As the file gets edited, this descriptive address has a better
56 <i>filename</i><code>:</code><i>address</i>,
57 where <i>address</i> is an address in the syntax used by the text editors <i>sam</i> and <i>acme</i>.
60 The simplest address is a single regular expression.
62 address for the &ldquo;Title&rdquo; step was <code>/title=/</code>,
67 To highlight a range of source lines, the simplest address to use is
78 The address <code>/&lt;step/,/step&gt;/</code> looks for the first instance of
92 The full address syntax is summarized in this table
114 <td>The address <i>a2</i> evaluated starting at the right of <i>a1</i></td></tr>
116 <td>The address <i>a2</i> evaluated in the reverse direction starting at the left of <i>a1</i></td></tr>