Searched refs:newlines (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddisasm.c158 int newlines = 0; local
192 mle[newlines].line = le[i].line;
195 mle[newlines].start_pc = le[i].pc;
196 mle[newlines].end_pc = le[i + 1].pc;
197 newlines++;
205 mle[newlines].line = le[i].line;
206 mle[newlines].start_pc = le[i].pc;
208 mle[newlines].end_pc = sal.end;
209 newlines++;
216 qsort (mle, newlines, sizeo
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dconf_parse.y83 file : { yydebug = PARSE_DEBUG; } newlines map_sections
87 newlines : NEWLINE label
88 | NEWLINE newlines
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Doutput.cpp148 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0)
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
335 newlines = auto_newlines;
352 if (newlines) {
H A Dhtml.h84 int newlines; // can we issue newlines automatically? member in class:simple_output
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c463 int newlines, lpos, temp, modmark, n0, num; local
568 if (newlines >= (inv_lbsize - 2)) \
578 if (newlines >= (inv_lbsize - 2)) \
592 if (newlines >= (inv_lbsize - 2)) \
598 inv_lbreaks[++newlines] = out; \
599 _rl_wrapped_line[newlines] = _rl_wrapped_multicolumn; \
609 if (newlines >= (inv_lbsize - 2)) \
614 inv_lbreaks[++newlines] = out; \
621 inv_lbreaks[newlines = 0] = 0;
671 temp = ((newlines
1718 int prompt_size, i, l, real_screenwidth, newlines; local
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk17 # Escaped newlines and leading whitespace from the next line are replaced
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c561 size_t newlines = 0; local
564 newlines++;
565 totalnl = add_count (totalnl, newlines);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp290 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp301 // Don't trim newlines.
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2530 $3-oldlines newhashes > $3-newlines
2535 sort - $3-newlines > $3.tmp
2539 rm $1-paths newhashes $3-oldlines $3-newlines
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2862 % except specified as a normal braced arg, so no newlines to worry about.

Completed in 691 milliseconds