Home
last modified time | relevance | path

Searched refs:next_line (Results 1 – 25 of 2209) sorted by relevance

12345678910>>...89

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dpoparser.py52 self.next_line = ""
79 self.next_line = decode(self.next_line, self.encoding)
92 next_line = parse_state.next_line
93 while startswith(next_line, "#|") or startswith(next_line, "|"):
100 next_line = parse_state.next_line
120 next_line = parse_state.next_line.lstrip()
121 if next_line and next_line[0] in ("#", "|"):
167 next_line = parse_state.next_line
171 next_line = parse_state.next_line
175 while startswith(next_line, '#~ "') or startswith(next_line, "#~ msgstr"):
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.build.polylines/
H A Dwalk.c15 next_line = 0; in find_next_line()
23 next_line = tmp_line; in find_next_line()
28 next_line = 0; in find_next_line()
31 return next_line; in find_next_line()
43 int next_line; in walk_back() local
57 if (next_line == 0 || next_line == start_line) in walk_back()
60 line = next_line; in walk_back()
131 int line, next_line, n1, n2; in walk_forward_and_pick_up_coords() local
165 if (next_line > 0) { in walk_forward_and_pick_up_coords()
174 line = next_line; in walk_forward_and_pick_up_coords()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_mfb.c23 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, in atafb_mfb_copyarea() argument
30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea()
35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea()
36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_copyarea()
39 src += next_line; in atafb_mfb_copyarea()
40 dest += next_line; in atafb_mfb_copyarea()
47 src -= next_line; in atafb_mfb_copyarea()
48 dest -= next_line; in atafb_mfb_copyarea()
59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect()
61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect()
[all …]
H A Datafb_iplan2p2.c63 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
143 src += next_line; in atafb_iplan2p2_copyarea()
144 dst += next_line; in atafb_iplan2p2_copyarea()
185 src -= next_line; in atafb_iplan2p2_copyarea()
186 dst -= next_line; in atafb_iplan2p2_copyarea()
207 dest8 += next_line; in atafb_iplan2p2_fillrect()
217 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c63 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
150 src += next_line; in atafb_iplan2p4_copyarea()
151 dst += next_line; in atafb_iplan2p4_copyarea()
199 src -= next_line; in atafb_iplan2p4_copyarea()
200 dst -= next_line; in atafb_iplan2p4_copyarea()
221 dest8 += next_line; in atafb_iplan2p4_fillrect()
231 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
7 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
9 void atafb_mfb_linefill(struct fb_info *info, u_long next_line,
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
15 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
17 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line,
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
23 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
25 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
31 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color,
[all …]
H A Datafb_iplan2p8.c70 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
80 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
96 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
107 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
171 src += next_line; in atafb_iplan2p8_copyarea()
172 dst += next_line; in atafb_iplan2p8_copyarea()
234 src -= next_line; in atafb_iplan2p8_copyarea()
235 dst -= next_line; in atafb_iplan2p8_copyarea()
256 dest8 += next_line; in atafb_iplan2p8_fillrect()
266 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_mfb.c23 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, in atafb_mfb_copyarea() argument
30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea()
35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea()
36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_copyarea()
39 src += next_line; in atafb_mfb_copyarea()
40 dest += next_line; in atafb_mfb_copyarea()
47 src -= next_line; in atafb_mfb_copyarea()
48 dest -= next_line; in atafb_mfb_copyarea()
59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect()
61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect()
[all …]
H A Datafb_iplan2p2.c63 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
143 src += next_line; in atafb_iplan2p2_copyarea()
144 dst += next_line; in atafb_iplan2p2_copyarea()
185 src -= next_line; in atafb_iplan2p2_copyarea()
186 dst -= next_line; in atafb_iplan2p2_copyarea()
207 dest8 += next_line; in atafb_iplan2p2_fillrect()
217 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c63 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
150 src += next_line; in atafb_iplan2p4_copyarea()
151 dst += next_line; in atafb_iplan2p4_copyarea()
199 src -= next_line; in atafb_iplan2p4_copyarea()
200 dst -= next_line; in atafb_iplan2p4_copyarea()
221 dest8 += next_line; in atafb_iplan2p4_fillrect()
231 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
7 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
9 void atafb_mfb_linefill(struct fb_info *info, u_long next_line,
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
15 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
17 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line,
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
23 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
25 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
31 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color,
[all …]
H A Datafb_iplan2p8.c70 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
80 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
96 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
107 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
171 src += next_line; in atafb_iplan2p8_copyarea()
172 dst += next_line; in atafb_iplan2p8_copyarea()
234 src -= next_line; in atafb_iplan2p8_copyarea()
235 dst -= next_line; in atafb_iplan2p8_copyarea()
256 dest8 += next_line; in atafb_iplan2p8_fillrect()
266 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_mfb.c23 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, in atafb_mfb_copyarea() argument
30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea()
35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea()
36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_copyarea()
39 src += next_line; in atafb_mfb_copyarea()
40 dest += next_line; in atafb_mfb_copyarea()
47 src -= next_line; in atafb_mfb_copyarea()
48 dest -= next_line; in atafb_mfb_copyarea()
59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect()
61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect()
[all …]
H A Datafb_iplan2p2.c63 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p2_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
143 src += next_line; in atafb_iplan2p2_copyarea()
144 dst += next_line; in atafb_iplan2p2_copyarea()
185 src -= next_line; in atafb_iplan2p2_copyarea()
186 dst -= next_line; in atafb_iplan2p2_copyarea()
207 dest8 += next_line; in atafb_iplan2p2_fillrect()
217 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c63 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
89 l = next_line - w * 4; in atafb_iplan2p4_copyarea()
100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
150 src += next_line; in atafb_iplan2p4_copyarea()
151 dst += next_line; in atafb_iplan2p4_copyarea()
199 src -= next_line; in atafb_iplan2p4_copyarea()
200 dst -= next_line; in atafb_iplan2p4_copyarea()
221 dest8 += next_line; in atafb_iplan2p4_fillrect()
231 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
7 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
9 void atafb_mfb_linefill(struct fb_info *info, u_long next_line,
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
15 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
17 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line,
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
23 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
25 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
31 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color,
[all …]
H A Datafb_iplan2p8.c70 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
80 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
96 l = next_line - w * 4; in atafb_iplan2p8_copyarea()
107 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
171 src += next_line; in atafb_iplan2p8_copyarea()
172 dst += next_line; in atafb_iplan2p8_copyarea()
234 src -= next_line; in atafb_iplan2p8_copyarea()
235 dst -= next_line; in atafb_iplan2p8_copyarea()
256 dest8 += next_line; in atafb_iplan2p8_fillrect()
266 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect()
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dlisterrors122 next_line = getline()
123 if next_line and next_line[:first_space - 1] == header_to_see:
129 msgs.append(next_line[num_end + 1:])
130 header_to_see = next_line[:num_end]
131 next_line = getline()
132 while next_line and next_line[:num_end] == header_to_see:
133 msgs.append(next_line[num_end + 1:])
134 next_line = getline()
135 if next_line: pushline(next_line)
139 pushline(next_line)
[all …]
/dports/textproc/p5-YAML-PP/YAML-PP-0.020/lib/YAML/PP/
H A DLexer.pm25 $self->{next_line} = undef;
31 sub next_line { return $_[0]->{next_line} } subroutine
134 my $next_line = $self->next_line;
135 if (defined $next_line ) {
136 return $next_line;
153 return $next_line;
183 if (not $next_line) {
350 my $next_line = $self->next_line;
396 if (not $next_line) {
502 my $next_line = $self->next_line;
[all …]
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc_mem.cc153 CCCC_Item next_line; in FromFile() local
154 next_line.FromFile(ifstr); in FromFile()
164 next_line.Extract(parent_name) && in FromFile()
167 next_line.Extract(this->param_list) in FromFile()
191 next_line.FromFile(ifstr); in FromFile()
198 next_line.Extract(parent_key_dummy) && in FromFile()
199 next_line.Extract(member_name_dummy) && in FromFile()
201 next_line.Extract(param_list_dummy) && in FromFile()
202 new_extent->GetFromItem(next_line) in FromFile()
236 CCCC_Item next_line; in FromFile() local
[all …]
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dhistory.cpp17 REQUIRE(h.next_line() == "");
18 REQUIRE(h.next_line() == "");
24 REQUIRE(h.next_line() == "testline");
25 REQUIRE(h.next_line() == "");
31 REQUIRE(h.next_line() == "testline");
33 REQUIRE(h.next_line() == "testline");
34 REQUIRE(h.next_line() == "foobar");
35 REQUIRE(h.next_line() == "");
36 REQUIRE(h.next_line() == "");
66 REQUIRE(loaded_h.next_line() == "foobar");
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/pcl3-3.3/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/ghostscript8-base/ghostscript-8.71/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/ghostscript8-x11/ghostscript-8.71/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-base/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 …]

12345678910>>...89