Home
last modified time | relevance | path

Searched refs:NEWLINE_CHAR (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/converters/mmencode/mm2.7/src/
H A Dconfig.h125 #define NEWLINE_CHAR '\n' macro
128 #undef NEWLINE_CHAR /* DOS uses CRLF */
/dports/mail/metamail/mm2.7/src/
H A Dconfig.h125 #define NEWLINE_CHAR '\n' macro
128 #undef NEWLINE_CHAR /* DOS uses CRLF */
/dports/mail/metamail/mm2.7/src/metamail/
H A Dcodes.c56 #ifndef NEWLINE_CHAR
65 if (c == NEWLINE_CHAR) {
143 #ifdef NEWLINE_CHAR
151 putc(NEWLINE_CHAR, outfile);
/dports/converters/mmencode/mm2.7/src/metamail/
H A Dcodes.c58 #ifndef NEWLINE_CHAR
67 if (c == NEWLINE_CHAR) {
148 #ifdef NEWLINE_CHAR
157 putc(NEWLINE_CHAR, outfile);
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-qt5/sigscheme-beb8fbd/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-m17nlib/sigscheme-beb8fbd/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/textproc/uim-gtk/sigscheme-beb8fbd/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/japanese/uim-anthy/sigscheme-beb8fbd/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/japanese/uim-anthy/uim-d1ac9d9/sigscheme/src/
H A Dformat.c129 #define NEWLINE_CHAR \ macro
624 if (last_ch != NEWLINE_CHAR) in format_directive()
650 return (eolp) ? NEWLINE_CHAR : directive; in format_directive()
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dpostgresql.c560 while (len > 0 && str[len - 1] == NEWLINE_CHAR) { in pq_edit()
567 } else if (str[0] == NEWLINE_CHAR) { in pq_edit()
581 if (str[1] != NEWLINE_CHAR) { in pq_edit()
624 if (upb > 0 && str[upb - 1] == NEWLINE_CHAR) { in genie_pq_errormessage()
666 if (upb > 0 && str[upb - 1] == NEWLINE_CHAR) { in genie_pq_resulterrormessage()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkloadbuffer.cpp95 const char NEWLINE_CHAR = '\n'; variable
2367 if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2371 if (c == NEWLINE_CHAR) in tokenize()
2405 else if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2411 if ( c == NEWLINE_CHAR ) in tokenize()
2508 if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2510 if (c == NEWLINE_CHAR) in tokenize()
2914 if (fData[k] == NEWLINE_CHAR) in resizeTokenArray()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkloadbuffer.cpp95 const char NEWLINE_CHAR = '\n'; variable
2367 if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2371 if (c == NEWLINE_CHAR) in tokenize()
2405 else if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2411 if ( c == NEWLINE_CHAR ) in tokenize()
2508 if ((c == FIELD_DELIM_CHAR) || (c == NEWLINE_CHAR)) in tokenize()
2510 if (c == NEWLINE_CHAR) in tokenize()
2914 if (fData[k] == NEWLINE_CHAR) in resizeTokenArray()
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/io/
H A DHttpHeader_p.cpp31 static const char NEWLINE_CHAR = '\n'; variable
156 std::vector<std::string> rawFields = Split(trimmed, Constants::NEWLINE_CHAR); in Parse()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregex_internal.h111 #define NEWLINE_CHAR '\n' macro
482 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dregex_internal.h113 #define NEWLINE_CHAR '\n' macro
490 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/comms/direwolf/direwolf-1.6/external/regex/
H A Dregex_internal.h111 #define NEWLINE_CHAR '\n' macro
478 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/devel/ctags/ctags-5.8/gnu_regex/
H A Dregex_internal.h111 #define NEWLINE_CHAR '\n' macro
482 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Dregex_internal.h31 #define NEWLINE_CHAR '\n' macro
358 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/devel/geany/geany-1.38/ctags/gnu_regex/
H A Dregex_internal.h111 #define NEWLINE_CHAR '\n' macro
482 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
/dports/japanese/ctags/ctags-5.8j2/gnu_regex/
H A Dregex_internal.h111 #define NEWLINE_CHAR '\n' macro
482 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)

12345678