Searched refs:linefeed (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | ll.S | 153 mov $0xa,%ax # store linefeed on end 416 # cmp $'\n',%al # also end if linefeed 417 cmp $0xa,%al # also end if linefeed
|
/external/libvterm/src/ |
D | state.c | 109 static void linefeed(VTermState *state) in linefeed() function 298 linefeed(state); in on_text() 373 linefeed(state); in on_control() 391 linefeed(state); in on_control() 395 linefeed(state); in on_control()
|
/external/python/cpython2/Doc/library/ |
D | rfc822.rst | 52 single linefeed; a terminating CR-LF is replaced by a single linefeed before the 196 linefeed, and internal linefeeds and whitespace if there any continuation
|
D | binascii.rst | 70 encoded as well; otherwise linefeed conversion might corrupt the binary data
|
D | shlex.rst | 180 tokens. By default, includes space, tab, linefeed and carriage-return.
|
D | string.rst | 102 systems this includes the characters space, tab, linefeed, return, formfeed, and
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
D | ll.S | 152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | ll.S | 161 mov $0xa,%ax # store linefeed on end
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 77 sequences can be used - the Unix form using ASCII LF (linefeed), the Windows 78 form using the ASCII sequence CR LF (return followed by linefeed), or the old
|
/external/flatbuffers/docs/source/ |
D | Schemas.md | 357 - `\n` - linefeed.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 777 return only), PCRE2_NEWLINE_LF (linefeed only), PCRE2_NEWLINE_CRLF (the 1036 PCRE2_NEWLINE_CRLF Carriage return, linefeed (CRLF) 1896 PCRE2_NEWLINE_CRLF Carriage return, linefeed (CRLF) 3307 By default, PCRE2 interprets the linefeed (LF) character as indicating 3315 option, which explicitly specifies linefeed as the newline character. 5481 (*LF) linefeed 5482 (*CRLF) carriage return, followed by linefeed 5632 \n linefeed (hex 0A) 5903 CR followed by LF, or one of the single characters LF (linefeed, 6121 ber) property. Xps matches the characters tab, linefeed, vertical tab, [all …]
|
D | pcre2grep.txt | 531 sequences CR (carriage return) and LF (linefeed), the two-
|
D | pcre2test.txt | 266 tests expect a single linefeed to be recognized as a newline by
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 3 …and uses lines of up to 255 characters terminated by a carriage return, linefeed, or combination o…
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 380 mark the ends of lines in text files. Unix uses the linefeed (ASCII character
|
/external/curl/ |
D | CHANGES.0 | 7410 separate each line on the linefeed so that HTTP requests etc look nicer in
|