Home
last modified time | relevance | path

Searched refs:next_line_start (Results 1 – 25 of 77) sorted by relevance

1234

/dports/games/widelands/widelands-build21/src/graphic/
H A Dwordwrap.cc109 std::string::size_type next_line_start; in wrap() local
112 compute_end_of_line(text, line_start, line_end, next_line_start, margin); in wrap()
119 line_start = next_line_start; in wrap()
130 std::string::size_type& next_line_start, in compute_end_of_line() argument
145 next_line_start = orig_end + 1; in compute_end_of_line()
153 next_line_start = orig_end + 1; in compute_end_of_line()
200 next_line_start = space + 1; in compute_end_of_line()
248 next_line_start = line_end = in compute_end_of_line()
H A Dwordwrap.h78 std::string::size_type& next_line_start,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/src/libical/
H A Dicalproperty.c318 char *buf, *buf_ptr, *line_start, *next_line_start; in fold_property_line() local
338 next_line_start = get_next_line_start (line_start, chars_left); in fold_property_line()
349 ch = *next_line_start; in fold_property_line()
350 *next_line_start = '\0'; in fold_property_line()
352 *next_line_start = ch; in fold_property_line()
355 chars_left -= (next_line_start - line_start); in fold_property_line()
356 line_start = next_line_start; in fold_property_line()
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicalproperty.c270 char *buf, *buf_ptr, *line_start, *next_line_start; in fold_property_line() local
290 next_line_start = get_next_line_start(line_start, chars_left); in fold_property_line()
301 ch = *next_line_start; in fold_property_line()
302 *next_line_start = '\0'; in fold_property_line()
304 *next_line_start = ch; in fold_property_line()
307 chars_left -= (next_line_start - line_start); in fold_property_line()
308 line_start = next_line_start; in fold_property_line()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dinput.c452 char *next_line_start = NULL; in get_next_line() local
467 next_line_start = line_end + 1; in get_next_line()
481 next_line_start = line_end + 1; in get_next_line()
532 if (next_line_start) in get_next_line()
533 c->line_start_idx = next_line_start - c->data; in get_next_line()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/codespan-reporting-0.11.1/examples/
H A Dcustom_files.rs150 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
152 Ok(line_start..next_line_start) in line_range()
/dports/www/firefox/firefox-99.0/third_party/rust/codespan-reporting/examples/
H A Dcustom_files.rs150 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
152 Ok(line_start..next_line_start) in line_range()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/codespan-reporting/examples/
H A Dcustom_files.rs150 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
152 Ok(line_start..next_line_start) in line_range()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/codespan-reporting-0.11.1/examples/
H A Dcustom_files.rs150 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
152 Ok(line_start..next_line_start) in line_range()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/codespan-reporting/examples/
H A Dcustom_files.rs150 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
152 Ok(line_start..next_line_start) in line_range()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/codespan-reporting-0.9.5/examples/
H A Dcustom_files.rs137 let next_line_start = file.line_start(line_index + 1)?; in line_range() localVariable
139 Some(line_start..next_line_start) in line_range()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinput.c451 char *next_line_start = NULL; in get_next_line() local
466 next_line_start = line_end + 1; in get_next_line()
480 next_line_start = line_end + 1; in get_next_line()
531 if (next_line_start) in get_next_line()
532 c->line_start_idx = next_line_start - c->data; in get_next_line()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinput.c451 char *next_line_start = NULL; in get_next_line() local
466 next_line_start = line_end + 1; in get_next_line()
480 next_line_start = line_end + 1; in get_next_line()
531 if (next_line_start) in get_next_line()
532 c->line_start_idx = next_line_start - c->data; in get_next_line()
/dports/graphics/atril-lite/atril-1.26.0/libview/
H A Dev-page-accessible.c410 EvRectangle *next_line_start; in treat_as_soft_return() local
439 next_line_start = areas + next_offset;; in treat_as_soft_return()
442 if (ABS (this_line_height - (next_line_start->y2 - next_line_start->y1)) > 0.25) in treat_as_soft_return()
449 line_spacing = next_line_start->y1 - this_line_end->y2; in treat_as_soft_return()
461 if (ABS (this_line_start->x1 - next_line_start->x1) > 20) in treat_as_soft_return()
467 next_word_width = next_word_end->x2 - next_line_start->x1; in treat_as_soft_return()
/dports/graphics/atril/atril-1.26.0/libview/
H A Dev-page-accessible.c410 EvRectangle *next_line_start; in treat_as_soft_return() local
439 next_line_start = areas + next_offset;; in treat_as_soft_return()
442 if (ABS (this_line_height - (next_line_start->y2 - next_line_start->y1)) > 0.25) in treat_as_soft_return()
449 line_spacing = next_line_start->y1 - this_line_end->y2; in treat_as_soft_return()
461 if (ABS (this_line_start->x1 - next_line_start->x1) > 20) in treat_as_soft_return()
467 next_word_width = next_word_end->x2 - next_line_start->x1; in treat_as_soft_return()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/codespan-reporting-0.9.5/src/
H A Dfiles.rs278 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
280 Some(line_start..next_line_start) in line_range()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/codespan-reporting-0.11.1/src/
H A Dfiles.rs343 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
345 Ok(line_start..next_line_start) in line_range()
/dports/www/firefox/firefox-99.0/third_party/rust/codespan-reporting/src/
H A Dfiles.rs343 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
345 Ok(line_start..next_line_start) in line_range()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/codespan-reporting/src/
H A Dfiles.rs343 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
345 Ok(line_start..next_line_start) in line_range()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/codespan-reporting-0.11.1/src/
H A Dfiles.rs343 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
345 Ok(line_start..next_line_start) in line_range()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/codespan-reporting/src/
H A Dfiles.rs343 let next_line_start = self.line_start(line_index + 1)?; in line_range() localVariable
345 Ok(line_start..next_line_start) in line_range()
/dports/graphics/evince/evince-41.3/libview/
H A Dev-page-accessible.c408 EvRectangle *next_line_start; in treat_as_soft_return() local
437 next_line_start = areas + next_offset;; in treat_as_soft_return()
440 if (ABS (this_line_height - (next_line_start->y2 - next_line_start->y1)) > 0.25) in treat_as_soft_return()
447 line_spacing = next_line_start->y1 - this_line_end->y2; in treat_as_soft_return()
459 if (ABS (this_line_start->x1 - next_line_start->x1) > 20) in treat_as_soft_return()
465 next_word_width = next_word_end->x2 - next_line_start->x1; in treat_as_soft_return()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Editors/ProjectCenter/
H A DPCEditorView.m236 int next_line_start;
240 next_line_start = cur_line_end + 1;
242 if (next_line_start < string_length)
244 return next_line_start;
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/codespan-0.11.1/src/
H A Dfile.rs320 let next_line_start = self.line_start(line_index + LineOffset::from(1))?; in line_span() localVariable
322 Ok(Span::new(line_start, next_line_start)) in line_span()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dtext_object.cpp496 int next_line_start = line_end + 1; in prepareLineInfos() local
517 line_start = next_line_start; in prepareLineInfos()

1234