Searched refs:linefeed (Results 1 – 7 of 7) 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/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/pcre/dist/doc/ |
D | pcregrep.txt | 499 sequences CR (carriage return) and LF (linefeed), the two-
|
D | pcre.txt | 1025 By default, PCRE interprets the linefeed (LF) character as indicating 1033 option, which explicitly specifies linefeed as the newline character. 4839 (*LF) linefeed 4840 (*CRLF) carriage return, followed by linefeed 5010 \n linefeed (hex 0A) 5287 CR followed by LF, or one of the single characters LF (linefeed, 5521 ber) property. Xps matches the characters tab, linefeed, vertical tab, 7961 (*LF) linefeed only 7962 (*CRLF) carriage return followed by linefeed
|
/external/curl/ |
D | CHANGES.0 | 7410 separate each line on the linefeed so that HTTP requests etc look nicer in
|