Home
last modified time | relevance | path

Searched full:lines (Results 1 – 25 of 3092) sorted by relevance

12345678910>>...124

/freebsd/usr.bin/diff3/tests/
H A Dlong-m.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-o.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-y.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-merge.out2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
16 These lines are the same in all three files
17 These lines are the same in all three files
18 These lines are the same in all three files
[all …]
/freebsd/contrib/openpam/t/
H A Dt_openpam_readword.c56 * expectations: whether a word was read at all, how many lines were read
61 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) in orw_expect() argument
83 if (lineno != lines) { in orw_expect()
84 t_printv("expected to advance %d lines, advanced %d lines\n", in orw_expect()
85 lines, lineno); in orw_expect()
113 * Lines without words
122 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/);
135 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
148 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/);
161 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
[all …]
/freebsd/usr.bin/nl/
H A Dnl.172 utility reads lines from the named
94 The starts of logical page sections are signalled by input lines containing
109 Specify the logical page body lines to be numbered.
115 Number all lines.
117 Number only non-empty lines.
121 Number only those lines that contain the basic regular expression specified
128 for logical page body lines is
143 except for logical page footer lines.
146 for logical page footer lines is
151 except for logical page header lines.
[all …]
/freebsd/contrib/diff/doc/
H A Ddiff.7115 way to think of the differences is as a series of lines that were deleted
118 compares two files line by line, finds groups of lines that differ, and reports
119 each group of differing lines. It can report the differing lines in several
127 space between words or lines.
129 also provides ways to suppress differences in alphabetic case or in lines
154 normally compares three input files line by line, finds groups of lines that
155 differ, and reports each group of differing lines. Its output is designed
161 finds sequences of lines common to both files, interspersed with groups of
162 differing lines called
164 Comparing two identical files yields one sequence of common lines and no hunks,
[all …]
H A Ddiff.texi77 * Incomplete Lines:: Lines that lack trailing newlines.
190 One way to think of the differences is as a series of lines that were
193 lines that differ, and reports each group of differing lines. It can
194 report the differing lines in several formats, which have different
201 between words or lines. @command{diff} also provides ways to suppress
202 differences in alphabetic case or in lines that match a regular
224 groups of lines that differ, and reports each group of differing lines.
229 * Hunks:: Groups of differing lines.
231 * Blank Lines:: Suppressing differences whose lines are all blank.
232 * Specified Lines:: Suppressing differences whose lines all match a pattern.
[all …]
/freebsd/usr.bin/comm/
H A Dcomm.136 .Nd select or reject lines common to two files
50 columns as output: lines only in
52 lines only in
54 and lines in both files.
61 Suppress printing of column 1, lines only in
64 Suppress printing of column 2, lines only in
67 Suppress printing of column 3, lines common to both.
69 Case insensitive comparison of lines.
74 For example, if column number two is being suppressed, lines printed
75 in column number one will not have any tabs preceding them, and lines
[all …]
/freebsd/share/doc/usd/10.exref/summary/
H A Dex.summary150 The editor keeps track of lines of text
153 as lines are added or deleted.
155 at one of these lines; this position is
163 line-number addresses which indicate the lines
167 of lines.
257 adding lines to the buffer after
262 lines at the beginning of the buffer.
266 Three lines of text
284 Lines 5 and 6 are
286 these three lines.
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk26 # test case and writes some lines of text to that file. That file is then
32 LINES.variable-ifndef= \
43 LINES.variable-ifndef-reuse= \
53 LINES.variable-ifndef-zero= \
63 LINES.variable-ifndef-one= \
69 # Comments and empty lines do not affect the multiple-inclusion guard.
71 LINES.comments= \
86 LINES.variable-if= \
97 LINES.variable-if-reuse= \
107 LINES.variable-if-triple-negation= \
[all …]
/freebsd/contrib/diff/man/
H A Ddiff.129 \fB\-B\fR \fB\-\-ignore\-blank\-lines\fR
30 Ignore changes whose lines are all blank.
32 \fB\-I\fR RE \fB\-\-ignore\-matching\-lines\fR=\fIRE\fR
33 Ignore changes whose lines all match RE.
42 Output NUM (default 3) lines of copied context.
45 Output NUM (default 3) lines of unified context.
75 Output only the left column of common lines.
77 \fB\-\-suppress\-common\-lines\fR
78 Do not output common lines.
87 Similar, but format all input lines with LFMT.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h53 /// push "Row" onto the end of the "LineTable.Lines" vector. The end result
75 /// LineEntry.Lines array. They do this by using some of the bits to
104 /// Lines.push_back(Row);
115 /// Opcodes that will push "Row" onto the LineEntry.Lines include the
120 Collection Lines; ///< All line entries in the line table. variable
167 bool empty() const { return Lines.empty(); } in empty()
168 void clear() { Lines.clear(); } in clear()
174 if (Lines.empty()) in first()
176 return Lines.front(); in first()
183 if (Lines.empty()) in last()
[all …]
/freebsd/usr.bin/sdiff/
H A Dsdiff.124 new lines are marked with
26 deleted lines are marked with
28 and changed lines are marked with
41 Only print the left column for identical lines.
64 Silent mode \(en identical lines are not printed.
66 Verbose mode \(en identical lines are printed.
81 .It Fl s -suppress-common-lines
82 Skip identical lines.
104 .It Fl I -ignore-matching-lines Ar regexp
107 All lines in the change must match
[all …]
/freebsd/contrib/diff/src/
H A Ddiff.h31 /* No changes: lines common to both files. */
34 /* Deletes only: lines taken from just the first file. */
37 /* Inserts only: lines taken from just the second file. */
40 /* Both deletes and inserts: a hunk containing both old and new lines. */
60 /* Output the differences with lines of context before and after (-c). */
72 /* Like -f, but output a count of changed lines in each "command" (-n). */
91 /* Number of lines of context to show in each set of diffs.
99 /* Number of lines to keep in identical prefix and suffix. */
118 /* Ignore changes that affect only blank lines (-B). */
134 /* Regexp to identify function-header lines (-F). */
[all …]
/freebsd/usr.bin/diff/
H A Ddiff.166 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
73 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
103 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
131 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
192 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
206 .Op Fl -ignore-blank-lines
212 .Op Fl -suppress-common-lines
239 lines of context.
241 Produces a diff with 3 lines of context.
249 The lines remove
[all...]
/freebsd/usr.bin/uniq/
H A Duniq.136 .Nd report or filter out repeated lines in a file
52 comparing adjacent lines, and writes a copy of each unique input line to
63 The second and succeeding copies of identical adjacent input lines are
65 Repeated lines in the input will not be detected if they are not adjacent,
79 Output all lines that are repeated (like
84 argument controls how to separate groups of repeated lines in the output;
89 Do not separate groups of lines (this is the default).
91 Output an empty line before each group of lines.
93 Output an empty line after each group of lines.
103 Case insensitive comparison of lines.
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms113 Numbering lines (nu)\ \ \ 10
123 Copying lines (copy)\ \ \ 14
124 Deleting lines (d)\ \ \ 14
129 Changing lines (c)\ \ \ 17
488 pretty much anything you want on the lines.
489 The lines are transmitted one by one to the buffer
493 when you wish to stop entering text lines you should
532 Let's say that you enter the lines
588 To make corrections in lines that have been completed,
617 the number of lines and the total
[all …]
/freebsd/tools/tools/whereintheworld/
H A Dwhereintheworld.pl16 my @lines = ();
28 @lines = ();
41 @lines = ();
43 push(@lines, $line);
47 push(@lines, $line);
53 if (@lines && !$error) {
54 print shift(@lines);
55 while (@lines > $thresh) {
56 shift(@lines);
60 print "[$elided lines elided]\n";
[all …]
/freebsd/bin/ed/
H A Ded.195 Lines consist of text up to and
106 commands operate on whole lines or ranges of lines; e.g.,
109 command deletes lines; the
111 command moves lines, and so on.
116 command is applied to whole lines at a time.
131 The address(es) indicate the line or range of lines to be affected by the
257 The first through last lines in the buffer.
262 The current through last lines in the buffer.
297 prints all lines containing
486 If a command's parameters extend over several lines, then
[all …]
/freebsd/usr.bin/grep/
H A Dgrep.162 selecting lines that match one or more patterns.
87 Patterns may consist of one or more lines,
88 allowing any of the pattern lines to match a portion of the input.
95 lines of trailing context after each match.
110 to output lines matching the specified pattern.
114 lines of leading context before each match.
126 lines of leading and trailing context surrounding each match.
133 Only a count of selected lines is written to standard output.
241 Empty pattern lines match every input line.
255 Always print filename headers with output lines.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp153 // adaptStartOfLine will break after lines starting with /** if the comment in getCommentSplit()
347 // Following lines are indented by the width of the brace and space if any. in BreakableStringLiteralUsingOperators()
416 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount()
422 // Don't break lines matching the comment pragmas regex. in getSplit()
452 // Lines starting with '@' or '\' commonly have special meaning. in mayReflowContent()
453 // Lines starting with '-', '-#', '+' or '*' are bulleted/numbered lists. in mayReflowContent()
493 .split(Lines, UseCRLF ? "\r\n" : "\n"); in BreakableBlockComment()
496 Content.resize(Lines.size()); in BreakableBlockComment()
497 Content[0] = Lines[0]; in BreakableBlockComment()
498 ContentColumn.resize(Lines.size()); in BreakableBlockComment()
[all …]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.chars64 Two lines of continuity are kept if possible (2.1, 6.1, 7.2).
69 A count gives the number of (logical) lines to scroll, and is remembered
79 Two lines of continuity are kept if possible (2.1, 6.1, 7.2).
82 it has been modified, the current line number and the number of lines
115 in the line. Given a count, it advances that many lines (2.3).
140 Redraws the current screen, eliminating logical lines not corresponding
141 to physical lines (lines with only a single @ character on them).
213 An operator, which processes lines from the buffer with reformatting commands.
216 causes count lines to be filtered; otherwise the count
268 over complete lines; if you use \fB\(ga\fR, the operation takes place
[all …]
/freebsd/contrib/nvi/man/
H A Dvi.1148 Set the initial window size to the specified number of lines.
311 and long lines can take up more than a single screen line.
314 characters and lines,
315 i.e., they affect the entire line no matter how many screen lines it takes up
377 Inserting a buffer in line mode into the text creates new lines for each of the
378 lines it contains, while a buffer in character mode creates new lines for any
379 lines
381 than the first and last lines it contains.
382 The first and last lines are inserted at the current cursor position, becoming
565 Two lines of overlap are maintained, if possible.
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dex.cmd.roff48 A positive integer, specifying the number of lines to be affected by
99 subsequent lines are affected by the command, e.g. the command
101 prints out lines 3, 4, 5 and 6.
170 Command lines beginning with the double-quote character
179 Write the next N lines, where N is the value of the
209 Execute a shell command, or filter lines through a shell command.
279 The specified lines are passed to the program as standard input,
281 the original lines.
297 Display the selected lines, each preceded with its line number.
325 Shift lines left or right.
[all …]

12345678910>>...124