Home
last modified time | relevance | path

Searched refs:lines_t (Results 1 – 23 of 23) sorted by relevance

/dports/devel/blame/blame-1.3.1/src/
H A Dlines.h43 } lines_t; typedef
45 lines_t * lines_new PARAMS(());
46 lines_t * lines_new_with_capacity PARAMS((unsigned int));
47 lines_t * lines_dup PARAMS((const lines_t *, unsigned int));
48 void lines_free PARAMS((lines_t *));
50 void lines_append_nocopy PARAMS((lines_t *, const char *, size_t));
52 int lines_apply PARAMS((const lines_t *, lines_t *, const struct _delta_t *, const struct _delta_t …
53 void lines_finalize PARAMS((lines_t *, const struct _delta_t *));
H A Dlines.c33 _lines_expand(lines_t *lines, unsigned int c) { in _lines_expand()
46 lines_t *
56 lines_t *
58 lines_t *lines; in lines_new_with_capacity()
60 lines = MALLOC(1, lines_t); in lines_new_with_capacity()
71 lines_t *
73 lines_t *result; in lines_dup()
77 result = MALLOC(1, lines_t); in lines_dup()
90 lines_free(lines_t *lines) { in lines_free()
124 const lines_t *in, lines_t *out, in lines_apply()
[all …]
H A Ddelta.h49 lines_t *text;
113 delta_complete_text_nocopy(delta_t *delta, char *log, lines_t *text) { in delta_complete_text_nocopy()
203 static inline const lines_t *
H A Dblame.c105 lines_t *lines, *spare, *dup; in annotate_revision()
150 lines_t *temp; in annotate_revision()
181 lines_t *temp; in annotate_revision()
208 lines_t *temp; in annotate_revision()
H A Dparser.h100 lines_t *lines;
H A Dparser.y49 lines_t *lines;
H A Dparser.c189 lines_t *lines;
/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dfile.cpp42 using lines_t = std::vector<line_t>; typedef
44 static lines_t split_to_lines(const std::string& source) in split_to_lines()
47 lines_t output; in split_to_lines()
102 static lines_t remove_comments(const lines_t& lines) in remove_comments()
104 lines_t result; in remove_comments()
115 static lines_t remove_trailing_whitespace(const lines_t& lines) in remove_trailing_whitespace()
117 lines_t result; in remove_trailing_whitespace()
132 lines_t join_lines(const lines_t& lines) in join_lines()
134 lines_t result; in join_lines()
169 lines_t skip_empty(const lines_t& lines) in skip_empty()
[all …]
/dports/news/pan/pan-0.145/pan/data-impl/
H A Dtask-archive.cc39 typedef std::deque<std::string> lines_t; in load_tasks() typedef
40 lines_t lines; in load_tasks()
52 foreach_const (lines_t, lines, it) in load_tasks()
/dports/games/openclonk/openclonk-release-8.1-src/thirdparty/backward-cpp/
H A Dbackward.hpp1495 lines_t& get_lines(unsigned line_start, unsigned line_count, lines_t& lines) { in get_lines()
1550 lines_t lines; in get_lines()
1564 bool operator()(const lines_t::value_type& p) { in operator ()()
1605 typedef SourceFile::lines_t lines_t; typedef in backward::SnippetFactory
1607 lines_t get_snippet(const std::string& filename, in get_snippet()
1615 lines_t get_combined_snippet( in get_combined_snippet()
1629 lines_t get_coalesced_snippet(const std::string& filename, in get_coalesced_snippet()
1642 lines_t lines = src_file.get_lines(a - context_size / 4, in get_coalesced_snippet()
1828 typedef SnippetFactory::lines_t lines_t; in print_snippet() typedef
1830 lines_t lines = _snippets.get_snippet(source_loc.filename, in print_snippet()
[all …]
H A DREADME.md240 typedef std::vector<std::pair<size_t, std::string> > lines_t;
243 lines_t get_snippet(const std::string& filename,
248 lines_t get_combined_snippet(
256 lines_t get_coalesced_snippet(const std::string& filename,
/dports/math/ogdf/OGDF/include/ogdf/lib/backward/
H A Dbackward.hpp1493 lines_t& get_lines(unsigned line_start, unsigned line_count, lines_t& lines) { in get_lines()
1548 lines_t lines; in get_lines()
1562 bool operator()(const lines_t::value_type& p) { in operator ()()
1603 using lines_t = SourceFile::lines_t; typedef in backward::SnippetFactory
1605 lines_t get_snippet(const std::string& filename, in get_snippet()
1613 lines_t get_combined_snippet( in get_combined_snippet()
1627 lines_t get_coalesced_snippet(const std::string& filename, in get_coalesced_snippet()
1640 lines_t lines = src_file.get_lines(a - context_size / 4, in get_coalesced_snippet()
1873 using lines_t = SnippetFactory::lines_t; in print_snippet() typedef
1875 lines_t lines = _snippets.get_snippet(source_loc.filename, in print_snippet()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DUniprotKB.cpp59 enum lines_t { enum
71 lines_t lines;
/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dtext-massager.cc93 typedef std::vector<Line> lines_t; typedef
94 typedef lines_t::const_iterator lines_cit;
112 void merge_fixed (paragraphs_t &paragraphs, lines_t &lines, int wrap_col) in merge_fixed()
188 void merge_flowed (paragraphs_t &paragraphs, lines_t &lines) in merge_flowed()
234 lines_t lines; in get_paragraphs()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/compatibility/backward_cpp/
H A Dbackward.hpp3182 lines_t& get_lines(unsigned line_start, unsigned line_count, lines_t& lines) { in get_lines()
3237 lines_t lines; in get_lines()
3251 bool operator()(const lines_t::value_type& p) { in operator ()()
3292 typedef SourceFile::lines_t lines_t; typedef in backward::SnippetFactory
3294 lines_t get_snippet(const std::string& filename, in get_snippet()
3302 lines_t get_combined_snippet( in get_combined_snippet()
3316 lines_t get_coalesced_snippet(const std::string& filename, in get_coalesced_snippet()
3329 lines_t lines = src_file.get_lines(a - context_size / 4, in get_coalesced_snippet()
3594 typedef SnippetFactory::lines_t lines_t; in print_snippet() typedef
3596 lines_t lines = _snippets.get_snippet(source_loc.filename, in print_snippet()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/backward-cpp/
H A Dbackward.hpp3406 typedef std::vector<std::pair<unsigned, std::string>> lines_t; typedef in backward::SourceFile
3427 lines_t &get_lines(unsigned line_start, unsigned line_count, lines_t &lines) { in get_lines()
3477 lines_t get_lines(unsigned line_start, unsigned line_count) { in get_lines()
3478 lines_t lines; in get_lines()
3490 bool operator()(const lines_t::value_type &p) { in operator ()()
3542 typedef SourceFile::lines_t lines_t; typedef in backward::SnippetFactory
3544 lines_t get_snippet(const std::string &filename, unsigned line_start, in get_snippet()
3552 lines_t get_combined_snippet(const std::string &filename_a, unsigned line_a, in get_combined_snippet()
3558 lines_t lines = in get_combined_snippet()
3564 lines_t get_coalesced_snippet(const std::string &filename, unsigned line_a, in get_coalesced_snippet()
[all …]
H A DREADME.md265 typedef std::vector<std::pair<size_t, std::string> > lines_t;
268 lines_t get_snippet(const std::string& filename,
273 lines_t get_combined_snippet(
281 lines_t get_coalesced_snippet(const std::string& filename,
/dports/sysutils/lnav/lnav-0.10.1/src/third-party/backward-cpp/
H A Dbackward.hpp3685 typedef std::vector<std::pair<unsigned, std::string>> lines_t; typedef in backward::SourceFile
3707 lines_t &get_lines(unsigned line_start, unsigned line_count, lines_t &lines) { in get_lines()
3757 lines_t get_lines(unsigned line_start, unsigned line_count) { in get_lines()
3758 lines_t lines; in get_lines()
3770 bool operator()(const lines_t::value_type &p) { in operator ()()
3822 typedef SourceFile::lines_t lines_t; typedef in backward::SnippetFactory
3824 lines_t get_snippet(const std::string &filename, unsigned line_start, in get_snippet()
3832 lines_t get_combined_snippet(const std::string &filename_a, unsigned line_a, in get_combined_snippet()
3838 lines_t lines = in get_combined_snippet()
3844 lines_t get_coalesced_snippet(const std::string &filename, unsigned line_a, in get_coalesced_snippet()
[all …]
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/python/
H A Dbindings.cc156 py::class_<lines_t>(tobj_module, "lines_t") in PYBIND11_MODULE()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dtiny_obj_loader.h351 } lines_t; typedef
360 lines_t lines;
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/tinyobjloader/
H A Dtiny_obj_loader.h355 struct lines_t { struct
368 lines_t lines; argument
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/
H A Dtiny_obj_loader.h369 struct lines_t { struct
382 lines_t lines; argument
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/tiny_obj_loader/
H A Dtiny_obj_loader.h369 struct lines_t { struct
382 lines_t lines; argument