/dports/print/lout/lout-3.40/ |
H A D | z45.c | 67 while( (ch = getc(fp)) != EOF && ch != CH_LF && ch != CH_CR ) in ReadOneLine() 84 else if( ch == CH_LF ) in ReadOneLine() 95 if( ch != CH_LF ) in ReadOneLine() 139 while( (ch = getc(fp)) != EOF && ch != CH_LF && ch != CH_CR ) in ReadOneBinaryLine() 166 else if( ch == CH_LF ) in ReadOneBinaryLine() 195 if( ch != CH_LF ) in ReadOneBinaryLine() 299 if( ch == CH_LF || ch == CH_CR ) in ReadLines() 305 if( ch == CH_LF ) in ReadLines() 314 if( ch != CH_LF ) in ReadLines()
|
H A D | z02.c | 172 chtbl[CH_LF] = NEWLINE; in LexInit() 401 last_char = *(buf+blksize-1) = CH_LF; in srcnext() 414 frst = buf; limit = buf + blksize; *limit = CH_LF; *(limit + 1) = CH_CR; in srcnext() 478 if( ch == CH_LF ) in LexGetToken() 485 if( *p == CH_LF ) in LexGetToken() 519 if( *(p-1) == CH_LF ) in LexGetToken() 526 if( *p == CH_LF ) in LexGetToken() 571 blksize = 0; last_char = CH_LF; in LexGetToken() 984 if( *(p-1) == CH_LF ) 991 if( *p == CH_LF ) [all …]
|
H A D | z40.c | 220 if( ch != CH_LF ) in FilterWrite() 224 else if( ch == CH_LF ) in FilterWrite()
|
H A D | z33.c | 660 do { mid++; } while( (ch = getc(fp)) != CH_CR && ch != CH_LF ); in SearchFile() 664 if( ch != CH_LF ) in SearchFile()
|
H A D | z01.c | 584 case CH_LF: in run()
|
/dports/devel/icu-lx/icu/source/samples/layout/ |
H A D | paragraph.cpp | 36 #define CH_LF 0x000A macro 43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
|
H A D | pflow.c | 37 #define CH_LF 0x000A macro 70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
|
/dports/devel/icu/icu/source/samples/layout/ |
H A D | paragraph.cpp | 36 #define CH_LF 0x000A macro 43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
|
H A D | pflow.c | 37 #define CH_LF 0x000A macro 70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/layout/ |
H A D | paragraph.cpp | 36 #define CH_LF 0x000A macro 43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
|
H A D | pflow.c | 37 #define CH_LF 0x000A macro 70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
|
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/layout/ |
H A D | paragraph.cpp | 36 #define CH_LF 0x000A macro 43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
|
H A D | pflow.c | 37 #define CH_LF 0x000A macro 70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/layout/ |
H A D | paragraph.cpp | 36 #define CH_LF 0x000A macro 43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
|
H A D | pflow.c | 37 #define CH_LF 0x000A macro 70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd() 120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
|
/dports/security/rnp/rnp-0.15.2/src/librepgp/ |
H A D | stream-def.h | 32 #define CH_LF ('\n') macro
|
H A D | stream-armor.cpp | 866 *encptr++ = CH_LF; in armored_dst_write() 912 *encptr++ = CH_LF; in armored_dst_write()
|
H A D | stream-parse.cpp | 791 while (stripped_end >= begin && (*stripped_end == CH_CR || *stripped_end == CH_LF)) { in stripped_line_len() 823 if (*ch != CH_LF) { in signed_src_update() 1229 if ((*cur == CH_LF) || in cleartext_src_read() 1230 ((*cur == CH_CR) && (cur + 1 < en) && (*(cur + 1) == CH_LF))) { in cleartext_src_read()
|
H A D | stream-write.cpp | 948 (*ptr == CH_LF))) { in cleartext_dst_writeline() 949 if (*ptr == CH_LF) { in cleartext_dst_writeline() 972 if (*ptr == CH_LF) { in cleartext_dst_scanline()
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/ |
H A D | stream-def.h | 32 #define CH_LF ('\n') macro
|
H A D | stream-armor.cpp | 887 *encptr++ = CH_LF; in armored_dst_write() 933 *encptr++ = CH_LF; in armored_dst_write()
|
H A D | stream-parse.cpp | 829 while (stripped_end >= begin && (*stripped_end == CH_CR || *stripped_end == CH_LF)) { in stripped_line_len() 865 if (*ch != CH_LF) { in signed_src_update() 1270 if ((*cur == CH_LF) || in cleartext_src_read() 1271 ((*cur == CH_CR) && (cur + 1 < en) && (*(cur + 1) == CH_LF))) { in cleartext_src_read()
|
H A D | stream-write.cpp | 1006 (*ptr == CH_CR) || (*ptr == CH_LF))) { in cleartext_dst_writeline() 1007 if (*ptr == CH_LF) { in cleartext_dst_writeline() 1033 if (*ptr == CH_LF) { in cleartext_dst_scanline()
|
/dports/emulators/mess/mame-mame0226/src/mame/machine/ |
H A D | hp9845_printer.cpp | 92 constexpr uint8_t CH_LF = 0x0a; variable 653 case CH_LF: in parse_ch() 691 if (ch == CH_LF) { in parse_ch()
|
/dports/emulators/mame/mame-mame0226/src/mame/machine/ |
H A D | hp9845_printer.cpp | 92 constexpr uint8_t CH_LF = 0x0a; variable 653 case CH_LF: in parse_ch() 691 if (ch == CH_LF) { in parse_ch()
|