Home
last modified time | relevance | path

Searched refs:next_line (Results 26 – 50 of 2465) sorted by relevance

12345678910>>...99

/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/pcl3/eprn/
H A Deprnfs.c77 to = next_line->str + (pixel - 1); \
79 if (next_line->length < pixel && *to > 0) next_line->length = pixel; \
85 to = next_line->str + pixel; \
87 if (next_line->length <= pixel && *to > 0) next_line->length = pixel + 1; \
92 to = next_line->str + (pixel+1); \
95 if (next_line->length < pixel + 2 && *to > 0) \
96 next_line->length = pixel + 2; \
126 next_line->length = pixel*OCTETS_PER_PIXEL; \
135 next_line->length = (pixel + 1)*OCTETS_PER_PIXEL; \
144 next_line->length = (pixel + 2)*OCTETS_PER_PIXEL; \
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/pcl3/eprn/
H A Deprnfs.c77 to = next_line->str + (pixel - 1); \
79 if (next_line->length < pixel && *to > 0) next_line->length = pixel; \
85 to = next_line->str + pixel; \
87 if (next_line->length <= pixel && *to > 0) next_line->length = pixel + 1; \
92 to = next_line->str + (pixel+1); \
95 if (next_line->length < pixel + 2 && *to > 0) \
96 next_line->length = pixel + 2; \
126 next_line->length = pixel*OCTETS_PER_PIXEL; \
135 next_line->length = (pixel + 1)*OCTETS_PER_PIXEL; \
144 next_line->length = (pixel + 2)*OCTETS_PER_PIXEL; \
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/pcl3/eprn/
H A Deprnfs.c71 to = next_line->str + (pixel - 1); \
73 if (next_line->length < pixel && *to > 0) next_line->length = pixel; \
79 to = next_line->str + pixel; \
81 if (next_line->length <= pixel && *to > 0) next_line->length = pixel + 1; \
86 to = next_line->str + (pixel+1); \
89 if (next_line->length < pixel + 2 && *to > 0) \
90 next_line->length = pixel + 2; \
120 next_line->length = pixel*OCTETS_PER_PIXEL; \
129 next_line->length = (pixel + 1)*OCTETS_PER_PIXEL; \
138 next_line->length = (pixel + 2)*OCTETS_PER_PIXEL; \
[all …]
/dports/www/rssroll/libcez-1.05/src/prayer/
H A Dtemplate_parse.c27 int next_line; member
114 block->next_line = parent->next_line; in template_block_init()
142 block.next_line++; in template_parse_ifdef()
152 parent->next_line = block.next_line; in template_parse_ifdef()
194 block.next_line++; in template_parse_ifeq()
204 parent->next_line = block.next_line; in template_parse_ifeq()
226 block->next_line++; in template_parse_else()
277 block.next_line++; in template_parse_foreach()
280 parent->next_line = block.next_line; in template_parse_foreach()
327 block.next_line++; in template_parse_loop()
[all …]
/dports/multimedia/msdl/msdl-1.2.7-r2/src/
H A Dsdpreal.c139 p = next_line(p); in sdpreal_parse_stream()
151 p = next_line(p); in sdpreal_parse_stream()
158 p = next_line(p); in sdpreal_parse_stream()
165 p = next_line(p); in sdpreal_parse_stream()
170 p = next_line(p); in sdpreal_parse_stream()
175 p = next_line(p); in sdpreal_parse_stream()
180 p = next_line(p); in sdpreal_parse_stream()
186 p = next_line(p); in sdpreal_parse_stream()
192 p = next_line(p); in sdpreal_parse_stream()
200 p = next_line(p); in sdpreal_parse_stream()
[all …]
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dmark.c23 while (tmp_pste->next_line != NULL) in copy()
26 tmp_pste = tmp_pste->next_line; in copy()
38 tmp_pste = tmp_pste->next_line; in copy()
40 tmp_pste->next_line = fpste_line; in copy()
46 tmp_pste = tmp_pste->next_line; in copy()
47 tmp_pste->next_line = paste_buff; in copy()
414 free(cpste_line->next_line);
440 pste_tmp->next_line = NULL;
470 cpste_line->next_line = NULL;
617 free(cpste_line->next_line);
[all …]
H A Djournal.c156 if (line->next_line->next_line != NULL)
158 line->next_line->next_line->file_info.prev_info =
160 update_journal_entry(buffer, line->next_line->next_line);
163 else if (line->next_line == NULL)
186 line->next_line->file_info.prev_info =
232 if (line->next_line != NULL)
247 if ((line->next_line != NULL) &&
355 line->next_line = txtalloc();
357 line->next_line->prev_line = line;
358 line->next_line->next_line = NULL;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/log_replay/
H A Ddevtools_log_reader.cc110 std::string next_line; in GetNext() local
114 std::getline(log_file, next_line); in GetNext()
116 std::istringstream next_line_stream(next_line); in GetNext()
140 std::string next_line, json; in GetJSONString() local
143 std::getline(header_stream, next_line); in GetJSONString()
144 next_line = next_line.substr(1); in GetJSONString()
145 char opening_char = next_line[0]; in GetJSONString()
155 return next_line; // For rare cases when payload is a string, not a JSON. in GetJSONString()
158 json += next_line + "\n"; in GetJSONString()
159 opening_char_count += CountChar(next_line, opening_char, closing_char); in GetJSONString()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/doc/
H A Dnext_line.qbk1 [#next_line]
2 [section next_line]
7 struct next_line;
23 #include <boost/metaparse/next_line.hpp>
30 get_col<next_line<s, c>>::type
34 get_line<next_line<s, c>>
38 get_prev_char<next_line<s, c>>::type
44 #include <boost/metaparse/next_line.hpp>
71 next_line<
85 next_line<
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/doc/
H A Dnext_line.qbk1 [#next_line]
2 [section next_line]
7 struct next_line;
23 #include <boost/metaparse/next_line.hpp>
30 get_col<next_line<s, c>>::type
34 get_line<next_line<s, c>>
38 get_prev_char<next_line<s, c>>::type
44 #include <boost/metaparse/next_line.hpp>
71 next_line<
85 next_line<
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/doc/
H A Dnext_line.qbk1 [#next_line]
2 [section next_line]
7 struct next_line;
23 #include <boost/metaparse/next_line.hpp>
30 get_col<next_line<s, c>>::type
34 get_line<next_line<s, c>>
38 get_prev_char<next_line<s, c>>::type
44 #include <boost/metaparse/next_line.hpp>
71 next_line<
85 next_line<
[all …]
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc_use.cc209 CCCC_Item next_line; in FromFile() local
210 next_line.FromFile(ifstr); in FromFile()
218 next_line.Extract(line_keyword_dummy) && in FromFile()
219 next_line.Extract(this->supplier) && in FromFile()
220 next_line.Extract(this->client) in FromFile()
241 next_line.FromFile(ifstr); in FromFile()
247 next_line.Extract(supplier_dummy) && in FromFile()
248 next_line.Extract(client_dummy) && in FromFile()
249 new_extent->GetFromItem(next_line) in FromFile()
278 CCCC_Item next_line; in FromFile() local
[all …]
H A Dcccc_mod.cc232 CCCC_Item next_line; in FromFile() local
233 next_line.FromFile(ifstr); in FromFile()
241 next_line.Extract(line_keyword_dummy) && in FromFile()
242 next_line.Extract(this->module_name) && in FromFile()
243 next_line.Extract(this->module_type) in FromFile()
264 next_line.FromFile(ifstr); in FromFile()
270 next_line.Extract(module_name_dummy) && in FromFile()
271 next_line.Extract(module_type_dummy) && in FromFile()
272 new_extent->GetFromItem(next_line) in FromFile()
300 CCCC_Item next_line; in FromFile() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/doc/
H A Dnext_line.qbk1 [#next_line]
2 [section next_line]
7 struct next_line;
23 #include <boost/metaparse/next_line.hpp>
30 get_col<next_line<s, c>>::type
34 get_line<next_line<s, c>>
38 get_prev_char<next_line<s, c>>::type
44 #include <boost/metaparse/next_line.hpp>
71 next_line<
85 next_line<
[all …]
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/src/
H A Dhistory.rs26 pub fn next_line(&mut self) -> String { in next_line() method
85 assert_eq!(h.next_line(), ""); in t_empty_history_returns_nothing()
86 assert_eq!(h.next_line(), ""); in t_empty_history_returns_nothing()
95 assert_eq!(h.next_line(), "testline"); in t_one_line_in_history()
96 assert_eq!(h.next_line(), ""); in t_one_line_in_history()
106 assert_eq!(h.next_line(), "testline"); in t_multiple_lines_in_history()
108 assert_eq!(h.next_line(), "testline"); in t_multiple_lines_in_history()
109 assert_eq!(h.next_line(), "foobar"); in t_multiple_lines_in_history()
110 assert_eq!(h.next_line(), ""); in t_multiple_lines_in_history()
111 assert_eq!(h.next_line(), ""); in t_multiple_lines_in_history()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Ddialogue.cpp78 _next_lines.push_back(next_line); in AddLine()
102 _next_lines.push_back(next_line); in AddLineTimed()
208 _next_lines.push_back(next_line); in AddOption()
628 if(next_line >= 0) { in _EndLine()
633 next_line = DIALOGUE_END; in _EndLine()
638 next_line = _line_counter + 1; in _EndLine()
640 next_line = DIALOGUE_END; in _EndLine()
643 else if(next_line == DIALOGUE_END) { in _EndLine()
650 next_line = DIALOGUE_END; in _EndLine()
654 if(next_line == DIALOGUE_END) { in _EndLine()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dtest_text_file_reader.cpp91 auto line = reader->next_line(); in TEST_F()
93 line = reader->next_line(1); in TEST_F()
100 ASSERT_NE(reader->next_line(), nullptr); in TEST_F()
104 ASSERT_EQ(reader->next_line(), nullptr); in TEST_F()
117 auto line = reader.next_line(); in TEST_F()
119 line = reader.next_line(1); in TEST_F()
126 ASSERT_NE(reader.next_line(), nullptr); in TEST_F()
130 ASSERT_EQ(reader.next_line(), nullptr); in TEST_F()
138 auto line = reader.next_line(); in TEST_F()
140 line = reader.next_line(1); in TEST_F()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Ddangles.c131 int i, line, ltype, next_line = 0, nnodelines; in dangles() local
140 next_line = tmp_next_line = 0; in dangles()
184 next_line = line; in dangles()
191 next_line); in dangles()
193 while (next_line != 0) { in dangles()
194 Vect_list_append(List, abs(next_line)); in dangles()
197 Vect_get_line_nodes(Map, abs(next_line), &node1, &node2); in dangles()
198 next_node = next_line > 0 ? node2 : node1; in dangles()
211 if (ltype & type && abs(line) != abs(next_line)) { in dangles()
217 next_line = tmp_next_line; in dangles()
[all …]
H A Dmerge_lines.c81 int line, nlines, i, first, last, next_line, curr_line; in Vect_merge_lines() local
136 next_line = first; in Vect_merge_lines()
147 next_line = curr_line; in Vect_merge_lines()
151 if (lines_type == 2 && abs(next_line) != abs(first) && in Vect_merge_lines()
152 abs(next_line) != line) { in Vect_merge_lines()
153 first = next_line; in Vect_merge_lines()
184 next_line = last; in Vect_merge_lines()
194 next_line = curr_line; in Vect_merge_lines()
199 if (lines_type == 2 && abs(next_line) != abs(last) && in Vect_merge_lines()
200 abs(next_line) != abs(first)) { in Vect_merge_lines()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_dialogue_supervisor.cpp329 int32_t next_line = _current_dialogue->GetLineNextLine(_line_counter); in _EndLine() local
333 next_line = _current_options->GetOptionNextLine(selected_option); in _EndLine()
337 if(next_line >= 0) { in _EndLine()
342 next_line = vt_common::DIALOGUE_END; in _EndLine()
346 else if(next_line == vt_common::DIALOGUE_NEXT_LINE) { in _EndLine()
347 next_line = _line_counter + 1; in _EndLine()
349 next_line = vt_common::DIALOGUE_END; in _EndLine()
352 else if(next_line == vt_common::DIALOGUE_END) { in _EndLine()
359 next_line = vt_common::DIALOGUE_END; in _EndLine()
363 if(next_line == vt_common::DIALOGUE_END) { in _EndLine()
[all …]
/dports/biology/libgtextutils/libgtextutils-0.7/tests/
H A Dtest_text_reader_unget.cpp37 ASSERT ( reader.next_line() ); in main()
48 ASSERT ( reader.next_line() ) ; in main()
56 ASSERT ( reader.next_line() ) ; in main()
65 ASSERT ( reader.next_line() ) ; in main()
73 ASSERT ( reader.next_line() ) ; in main()
83 ASSERT ( reader.next_line() ) ; in main()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocinfo/include/procinfo/
H A Dprocess_map.h40 char* next_line = content; in ReadMapFileContent() local
63 while (next_line != nullptr && *next_line != '\0') { in ReadMapFileContent()
64 p = next_line; in ReadMapFileContent()
65 next_line = strchr(next_line, '\n'); in ReadMapFileContent()
66 if (next_line != nullptr) { in ReadMapFileContent()
67 *next_line = '\0'; in ReadMapFileContent()
68 next_line++; in ReadMapFileContent()
/dports/astro/kstars/kstars-3.5.6/datahandlers/
H A Dksparser.cpp62 QString next_line; in ReadCSVRow() local
68 next_line = file_reader_.readLine(); in ReadCSVRow()
69 if (next_line.mid(0, 1)[0] == comment_char_) in ReadCSVRow()
71 separated = next_line.split(delimiter_); in ReadCSVRow()
102 << " & next_line : " << next_line; in ReadCSVRow()
136 QString next_line; in ReadFixedWidthRow() local
157 next_line = file_reader_.readLine(); in ReadFixedWidthRow()
158 if (next_line.mid(0, 1)[0] == comment_char_) in ReadFixedWidthRow()
160 if (next_line.length() < total_min_length) in ReadFixedWidthRow()
169 temp_split = next_line.mid(curr_width, split); in ReadFixedWidthRow()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_dialogues/
H A Dmap_sprite_dialogue.cpp100 void SpriteDialogue::AddLine(const std::string &text, MapSprite *speaker, int32_t next_line) in AddLine() argument
103 next_line, vt_common::DIALOGUE_NO_TIMER, in AddLine()
117 next_line, display_time, in AddLineTimed()
140 void SpriteDialogue::AddLineEvent(const std::string &text, MapSprite *speaker, int32_t next_line, in AddLineEvent() argument
144 next_line, vt_common::DIALOGUE_NO_TIMER, in AddLineEvent()
157 int32_t next_line, uint32_t display_time, in AddLineTimedEvent() argument
161 Dialogue::AddLineTimed(text, next_line, display_time); in AddLineTimedEvent()
173 void SpriteDialogue::AddOption(const std::string &text, int32_t next_line) in AddOption() argument
175 AddOptionEvent(text, next_line, std::string()); in AddOption()
183 void SpriteDialogue::AddOptionEvent(const std::string &text, int32_t next_line, const std::string &… in AddOptionEvent() argument
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dsymbolize-cheri-trace.py30 next_line = llvm_symbolizer.stdout.readline()
31 while next_line != b"\n":
33 … assert next_line.startswith(b" (inlined by)"), b"Unexpected llvm-symbolizer output: " + next_line
34 …symbol = symbol + b"\t\t\t\t" + next_line # ensure the trailing newline is removed from symbol (b…
35 next_line = llvm_symbolizer.stdout.readline()
37 assert next_line == b"\n", b"Should have been followed by an empyt line but got: " + next_line

12345678910>>...99