Home
last modified time | relevance | path

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

12345678910>>...125

/src/usr.bin/diff3/tests/
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-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-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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/crypto/krb5/src/util/
H A Dcstyle-file.py28 # Trailing whitespace and final blank lines
63 # If lines[0] indicates the krb5 C style, try to use emacs to reindent
64 # a copy of lines. Return None if the file does not use the krb5 C
66 def emacs_reindent(lines): argument
67 if 'c-basic-offset: 4; indent-tabs-mode: nil' not in lines[0]:
74 f.write(''.join(lines))
113 def check_comment(lines, ln): argument
114 align = lines[0].index('/*') + 1
115 if not lines[0].lstrip().startswith('/*'):
117 for line in lines[1:]:
[all …]
/src/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp11 /// or removes empty lines separating definition blocks like classes, structs,
33 SmallVectorImpl<AnnotatedLine *> &Lines, tooling::Replacements &Result, in separateBlocks() argument
77 for (unsigned I = 0; I < Lines.size(); ++I) { in separateBlocks()
78 const auto &CurrentLine = Lines[I]; in separateBlocks()
97 IsAccessSpecifierToken(Lines[OpeningLineIndex - 1]->First))) { in separateBlocks()
107 const auto &Line = Lines[LineIndex]; in separateBlocks()
116 Lines[OpeningLineIndex - 1]->Last->opensScope() || in separateBlocks()
132 return FoundEnumKeyword && I + 1 < Lines.size() && in separateBlocks()
133 Lines[I + 1]->First->is(tok::l_brace); in separateBlocks()
141 assert(OperateIndex < Lines.size()); in separateBlocks()
[all …]
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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/stand/lua/
H A Dcli.lua178 local lines = {}
181 if #lines > 0 then
182 lines[#lines + 1] = ""
185 lines[#lines + 1] = "Name: " .. module
187 lines[#lines + 1] = "Path: " .. info.name
191 lines[#lines + 1] = "Type: " .. info.type
195 lines[#lines + 1] = "Flags: " .. info.flags
199 lines[#lines + 1] = "Before load: " .. info.before
203 lines[#lines + 1] = "After load: " .. info.after
207 lines[#lines + 1] = "Error: " .. info.error
[all …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/usr.bin/diff/
H A Ddiff.169 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
76 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
106 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
134 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
195 .Op Fl I Ar pattern | Fl -ignore-matching-lines Ar pattern
209 .Op Fl -ignore-blank-lines
215 .Op Fl -suppress-common-lines
242 lines of context.
244 Produces a diff with 3 lines of context.
252 The lines removed from
[all …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/contrib/nvi/man/
H A Dvi.1150 Set the initial window size to the specified number of lines.
313 and long lines can take up more than a single screen line.
316 characters and lines,
317 i.e., they affect the entire line no matter how many screen lines it takes up
379 Inserting a buffer in line mode into the text creates new lines for each of the
380 lines it contains, while a buffer in character mode creates new lines for any
381 lines
383 than the first and last lines it contains.
384 The first and last lines are inserted at the current cursor position, becoming
567 Two lines of overlap are maintained, if possible.
[all …]
/src/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 …]
/src/contrib/libdiff/test/
H A Dexpect.results_test4 [0] same lines L2 R2 @L 0 @R 0
5 [1] minus lines L3 R0 @L 2 @R 2
6 [2] plus lines L0 R3 @L 5 @R 2
7 [3] same lines L2 R2 @L 5 @R 5
10 [0] same lines L2 R2 @L 0 @R 0
11 [1] minus lines L3 R0 @L 2 @R 2
12 [2] plus lines L0 R3 @L 5 @R 2
13 [3] same lines L2 R2 @L 5 @R 5

12345678910>>...125