Home
last modified time | relevance | path

Searched refs:CH_LF (Results 1 – 25 of 26) sorted by relevance

12

/dports/print/lout/lout-3.40/
H A Dz45.c67 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 Dz02.c172 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 Dz40.c220 if( ch != CH_LF ) in FilterWrite()
224 else if( ch == CH_LF ) in FilterWrite()
H A Dz33.c660 do { mid++; } while( (ch = getc(fp)) != CH_CR && ch != CH_LF ); in SearchFile()
664 if( ch != CH_LF ) in SearchFile()
H A Dz01.c584 case CH_LF: in run()
/dports/devel/icu-lx/icu/source/samples/layout/
H A Dparagraph.cpp36 #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 Dpflow.c37 #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 Dparagraph.cpp36 #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 Dpflow.c37 #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 Dparagraph.cpp36 #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 Dpflow.c37 #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 Dparagraph.cpp36 #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 Dpflow.c37 #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 Dparagraph.cpp36 #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 Dpflow.c37 #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 Dstream-def.h32 #define CH_LF ('\n') macro
H A Dstream-armor.cpp866 *encptr++ = CH_LF; in armored_dst_write()
912 *encptr++ = CH_LF; in armored_dst_write()
H A Dstream-parse.cpp791 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 Dstream-write.cpp948 (*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 Dstream-def.h32 #define CH_LF ('\n') macro
H A Dstream-armor.cpp887 *encptr++ = CH_LF; in armored_dst_write()
933 *encptr++ = CH_LF; in armored_dst_write()
H A Dstream-parse.cpp829 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 Dstream-write.cpp1006 (*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 Dhp9845_printer.cpp92 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 Dhp9845_printer.cpp92 constexpr uint8_t CH_LF = 0x0a; variable
653 case CH_LF: in parse_ch()
691 if (ch == CH_LF) { in parse_ch()

12