Home
last modified time | relevance | path

Searched refs:lineend (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/dports/devel/tradcpp/tradcpp-0.5.3/
H A Dfiles.c198 lineend = 0; in file_read()
202 if (lineend >= bufend) { in file_read()
209 lineend -= linestart; in file_read()
256 lineend = bufend++; in file_read()
257 buf[lineend] = '\n'; in file_read()
268 buf[lineend] = '\0'; in file_read()
273 if (lineend > 0 && buf[lineend-1] == '\r') { in file_read()
274 buf[lineend-1] = '\0'; in file_read()
275 lineend--; in file_read()
279 if (lineend > 0 && buf[lineend-1]=='\\') { in file_read()
[all …]
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/gap/
H A Dgraveyard.g96 lineend := Position(out,'\n');
98 if lineend <> fail then
99 if lineend >= 2 and out[lineend-1] = '\r' then
100 line := out{[1..lineend-2]};
102 line := out{[1..lineend-1]};
115 pos := lineend;
120 lineend := Position(out,'\n',pos);
121 if lineend <= pos+2 or lineend = fail then
122 if lineend <> fail then pos := lineend+1; fi;
125 if out[lineend-1] = '\r' then
[all …]
/dports/mail/ripmime/ripmime-1.4.0.10/ripOLE/
H A Dlogger.c292 char *lineend; in LOGGER_log() local
309 lineend = nolinebreak; in LOGGER_log()
312 lineend = linebreak; in LOGGER_log()
315 if ( output[strlen(output)-1] == '\n' ) { lineend = nolinebreak; } else { lineend = linebreak; } in LOGGER_log()
320 fprintf(stderr,"%s%s",output, lineend ); in LOGGER_log()
326 fprintf(stdout,"%s%s",output, lineend); in LOGGER_log()
330 fprintf(_LOGGER_outf,"%s%s",output,lineend); in LOGGER_log()
336 fprintf(stdout,"LOGGER-Default: %s%s",output,lineend); in LOGGER_log()
/dports/mail/ripmime/ripmime-1.4.0.10/tnef/
H A Dlogger.c292 char *lineend; in LOGGER_log() local
309 lineend = nolinebreak; in LOGGER_log()
312 lineend = linebreak; in LOGGER_log()
315 if ( output[strlen(output)-1] == '\n' ) { lineend = nolinebreak; } else { lineend = linebreak; } in LOGGER_log()
320 fprintf(stderr,"%s%s",output, lineend ); in LOGGER_log()
326 fprintf(stdout,"%s%s",output, lineend); in LOGGER_log()
330 fprintf(_LOGGER_outf,"%s%s",output,lineend); in LOGGER_log()
334 fprintf(stdout,"LOGGER-Default: %s%s",output,lineend); in LOGGER_log()
/dports/textproc/ripole/ripole-0.2.2/
H A Dlogger.c292 char *lineend; in LOGGER_log() local
309 lineend = nolinebreak; in LOGGER_log()
312 lineend = linebreak; in LOGGER_log()
315 if ( output[strlen(output)-1] == '\n' ) { lineend = nolinebreak; } else { lineend = linebreak; } in LOGGER_log()
320 fprintf(stderr,"%s%s",output, lineend ); in LOGGER_log()
326 fprintf(stdout,"%s%s",output, lineend); in LOGGER_log()
330 fprintf(_LOGGER_outf,"%s%s",output,lineend); in LOGGER_log()
336 fprintf(stdout,"LOGGER-Default: %s%s",output,lineend); in LOGGER_log()
/dports/mail/ripmime/ripmime-1.4.0.10/
H A Dlogger.c292 char *lineend; in LOGGER_log() local
309 lineend = nolinebreak; in LOGGER_log()
312 lineend = linebreak; in LOGGER_log()
315 if ( output[strlen(output)-1] == '\n' ) { lineend = nolinebreak; } else { lineend = linebreak; } in LOGGER_log()
320 fprintf(stderr,"%s%s",output, lineend ); in LOGGER_log()
326 fprintf(stdout,"%s%s",output, lineend); in LOGGER_log()
330 fprintf(_LOGGER_outf,"%s%s",output,lineend); in LOGGER_log()
336 fprintf(stdout,"LOGGER-Default: %s%s",output,lineend); in LOGGER_log()
/dports/sysutils/filetype/filetype-0.1.3/
H A Dlogger.c292 char *lineend;
309 lineend = nolinebreak;
312 lineend = linebreak;
315 if ( output[strlen(output)-1] == '\n' ) { lineend = nolinebreak; } else { lineend = linebreak; }
320 fprintf(stderr,"%s%s",output, lineend );
326 fprintf(stdout,"%s%s",output, lineend);
330 fprintf(_LOGGER_outf,"%s%s",output,lineend);
334 fprintf(stdout,"LOGGER-Default: %s%s",output,lineend);
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dgeom-segment.r73 lineend = "butt", argument
89 lineend = lineend, nameattr
107 lineend = "butt", linejoin = "round", na.rm = FALSE) { argument
124 lineend = lineend,
139 lineend = lineend)
H A Dgeom-curve.r12 lineend = "butt", argument
30 lineend = lineend, nameattr
45 ncp = 5, arrow = NULL, arrow.fill = NULL, lineend = "butt", na.rm = FALSE) { argument
65 lineend = lineend),
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/src/c/ripole/
H A Dlogger.c310 char *lineend; in LOGGER_log() local
328 lineend = nolinebreak; in LOGGER_log()
332 lineend = linebreak; in LOGGER_log()
337 lineend = nolinebreak; in LOGGER_log()
341 lineend = linebreak; in LOGGER_log()
353 fprintf(stderr, "%s%s", output, lineend ); in LOGGER_log()
357 fprintf(stdout, "%s%s", output, lineend); in LOGGER_log()
361 fprintf(_LOGGER_outf, "%s%s", output, lineend); in LOGGER_log()
365 fprintf(stdout, _("LOGGER-Default: %s%s"), output, lineend); in LOGGER_log()
/dports/games/quetoo/quetoo-0.6.1/src/vanctf/
H A Dcycle.c6 char *linebegin, *lineend; in cycle_get_next_map() local
19 lineend = strchr(linebegin, '\n'); in cycle_get_next_map()
20 if(lineend) in cycle_get_next_map()
21 *lineend = '\0'; in cycle_get_next_map()
42 if(lineend) in cycle_get_next_map()
43 linebegin = lineend + 1; in cycle_get_next_map()
/dports/devel/fuzzylite/fuzzylite-6.0/examples/tsukamoto/
H A Dtsukamoto.R76 geom_line(aes(color=Ramps), size=3, lineend="round", linejoin="mitre") +
81 geom_line(aes(color=Ramps), size=3, lineend="round", linejoin="mitre") +
87 geom_line(aes(color=Sigmoids), size=3, lineend="round", linejoin="mitre") +
92 geom_line(aes(color=Sigmoids), size=3, lineend="round", linejoin="mitre") +
98 geom_line(aes(color=ZSShapes), size=3, lineend="round", linejoin="mitre") +
103 geom_line(aes(color=ZSShapes), size=3, lineend="round", linejoin="mitre") +
109 geom_line(aes(color=Concaves), size=3, lineend="round", linejoin="mitre") +
114 geom_line(aes(color=Concaves), size=3, lineend="round", linejoin="mitre") +
/dports/emulators/mess/mame-mame0226/src/emu/debug/
H A Dtextbuf.cpp46 s32 lineend = 0; member
124 text.lineend = 0; in text_buffer_clear()
168 while (text.buffer_space() < needed_space && text.linestart != text.lineend) in text_buffer_print_wrap()
184 text.bufend = text.lineoffs[text.lineend]; in text_buffer_print_wrap()
191 linelen = text.bufend - text.lineoffs[text.lineend]; in text_buffer_print_wrap()
222 if (++text.lineend >= text.linesize) in text_buffer_print_wrap()
223 text.lineend = 0; in text_buffer_print_wrap()
226 if (text.lineend == text.linestart) in text_buffer_print_wrap()
239 text.lineoffs[text.lineend] = text.bufend - (overflow ? (overflow - 1) : 0); in text_buffer_print_wrap()
273 s32 const lines = text.lineend + 1 - text.linestart; in text_buffer_num_lines()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/debug/
H A Dtextbuf.cpp46 s32 lineend = 0; member
124 text.lineend = 0; in text_buffer_clear()
168 while (text.buffer_space() < needed_space && text.linestart != text.lineend) in text_buffer_print_wrap()
184 text.bufend = text.lineoffs[text.lineend]; in text_buffer_print_wrap()
191 linelen = text.bufend - text.lineoffs[text.lineend]; in text_buffer_print_wrap()
222 if (++text.lineend >= text.linesize) in text_buffer_print_wrap()
223 text.lineend = 0; in text_buffer_print_wrap()
226 if (text.lineend == text.linestart) in text_buffer_print_wrap()
239 text.lineoffs[text.lineend] = text.bufend - (overflow ? (overflow - 1) : 0); in text_buffer_print_wrap()
273 s32 const lines = text.lineend + 1 - text.linestart; in text_buffer_num_lines()
[all …]
/dports/mail/qpopper/qpopper4.1.0/mmangle/
H A Dmkfile21 mime.a: mime.o enriched.o striphtml.o utils.o lineend.o etags.o
22 ar -rc mime.a mime.o enriched.o striphtml.o utils.o lineend.o etags.o
27 mime.o: mime.h utils.h lineend.o
28 enriched.o: mime.h enriched.h lineend.h
29 striphtml.o: striphtml.h utils.h lineend.h
31 lineend.o: lineend.h
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c605 const guchar *line, *lineend; in get_payload_length() local
618 lineend = line + linelen; in get_payload_length()
789 const guchar *lineend; in dissect_memcache_message() local
815 lineend = line + first_linelen; in dissect_memcache_message()
952 while (linep < lineend) { in find_stat_colon()
984 const guchar *line, *lineend; in incr_dissector() local
1004 lineend = line + linelen; in incr_dissector()
1035 const guchar *line, *lineend; in stat_dissector() local
1051 lineend = line + linelen; in stat_dissector()
1141 const guchar *line, *lineend; in get_response_dissector() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c605 const guchar *line, *lineend; in get_payload_length() local
618 lineend = line + linelen; in get_payload_length()
789 const guchar *lineend; in dissect_memcache_message() local
815 lineend = line + first_linelen; in dissect_memcache_message()
952 while (linep < lineend) { in find_stat_colon()
984 const guchar *line, *lineend; in incr_dissector() local
1004 lineend = line + linelen; in incr_dissector()
1035 const guchar *line, *lineend; in stat_dissector() local
1051 lineend = line + linelen; in stat_dissector()
1141 const guchar *line, *lineend; in get_response_dissector() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c605 const guchar *line, *lineend; in get_payload_length() local
618 lineend = line + linelen; in get_payload_length()
789 const guchar *lineend; in dissect_memcache_message() local
815 lineend = line + first_linelen; in dissect_memcache_message()
952 while (linep < lineend) { in find_stat_colon()
984 const guchar *line, *lineend; in incr_dissector() local
1004 lineend = line + linelen; in incr_dissector()
1035 const guchar *line, *lineend; in stat_dissector() local
1051 lineend = line + linelen; in stat_dissector()
1141 const guchar *line, *lineend; in get_response_dissector() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-memcache.c605 const guchar *line, *lineend; in get_payload_length() local
618 lineend = line + linelen; in get_payload_length()
789 const guchar *lineend; in dissect_memcache_message() local
815 lineend = line + first_linelen; in dissect_memcache_message()
952 while (linep < lineend) { in find_stat_colon()
984 const guchar *line, *lineend; in incr_dissector() local
1004 lineend = line + linelen; in incr_dissector()
1035 const guchar *line, *lineend; in stat_dissector() local
1051 lineend = line + linelen; in stat_dissector()
1141 const guchar *line, *lineend; in get_response_dissector() local
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/examples/takagi-sugeno/
H A Dapproximation.R80 geom_line(aes(color=outputFx), size=3, lineend="round", linejoin="mitre") +
85 geom_line(aes(color=outputFx), size=3, lineend="round", linejoin="mitre") +
91 geom_line(aes(color=trueFx), size=3, lineend="round", linejoin="mitre") +
96 geom_line(aes(color=trueFx), size=3, lineend="round", linejoin="mitre") +
102 geom_line(aes(color=diffFx), size=3, lineend="round", linejoin="mitre") +
107 geom_line(aes(color=diffFx), size=3, lineend="round", linejoin="mitre") +
/dports/ftp/wget/wget-1.21.2/src/
H A Dres.c182 #define EOL(p) ((p) >= lineend)
248 const char *lineend, *lineend_real; in res_parse() local
259 lineend = lineend_real; in res_parse()
270 for (lineend = p; lineend < lineend_real; lineend++) in res_parse()
271 if ((lineend == p || c_isspace (*(lineend - 1))) in res_parse()
272 && *lineend == '#') in res_parse()
276 while (lineend > p && c_isspace (*(lineend - 1))) in res_parse()
277 --lineend; in res_parse()
/dports/devel/fuzzylite/fuzzylite-6.0/documentation/ui/
H A Dfigure.R267 cosine.plot = ggplot(cosine.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(…
282 bell.plot = ggplot(bell.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x…
302 spike.plot = ggplot(spike.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu…
312 binary.plot = ggplot(binary.dfa, aes(x,y, size=2, lineend='round')) +
313 geom_line(data=binary.dfb, aes(x,y, size=2, lineend='round')) +
320 concave.plot = ggplot(concave.dfa, aes(x,y, size=2, lineend='round')) +
321 geom_line(data=concave.dfb, aes(x,y, size=2, lineend='round')) +
328 ramp.plot = ggplot(ramp.dfa, aes(x,y, size=2, lineend='round')) +
329 geom_line(data=ramp.dfb, aes(x,y, size=2, lineend='round')) +
336 sigmoid.plot = ggplot(sigmoid.dfa, aes(x,y, size=2, lineend='round')) +
[all …]
/dports/net-mgmt/check_logfiles/check_logfiles-3.13/plugins-scripts/Nagios/CheckLogfiles/Search/
H A DEsxdiag.pm62 $self->{laststate}->{lineend} = $self->{laststate}->{lineend} ?
63 ($self->{laststate}->{lineend} + 1) : 999999;
122 start => $self->{laststate}->{lineend},
128 $self->{laststate}->{lineend});
132 if ($logdata->lineStart < $self->{laststate}->{lineend}) {
140 $self->{laststate}->{lineend} = $logdata->lineEnd;
/dports/mail/emil/emil-2.1.0-beta9/
H A Drfc822parse.c92 inbuf->lineend <= inbuf->loffset) in parse_rfc822_message()
135 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
178 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
198 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
236 if (inbuf->lineend == 0) in parse_rfc822_message()
237 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
/dports/sysutils/ah-tty/ah-tty-0.3.12/src/
H A Dmonitor.c190 static int lineend; /* index into linebuf that the current input ends */ variable
239 bcopy(linebuf, prcombuf, lineend); /* make sure we get anything new */ in set_confirm_prompt()
240 comend = lineend; in set_confirm_prompt()
245 bcopy(linebuf, prcombuf, lineend); in set_confirm_prompt()
246 promptend = comend = lineend; in set_confirm_prompt()
254 lineend = 0; in reset_line()
305 for (;Head != Ptr->Tail && lineend < BUFSIZE; in _copy_to_line()
313 if (lineend > 0) --lineend; in _copy_to_line()
316 linebuf[lineend++] = *Head; in _copy_to_line()

12345678910>>...26