Home
last modified time | relevance | path

Searched refs:lf (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/doc/
H A DPPD_Object_Model.txt47 printableChar = [32..126] | tab | lf | cr. # " belongs not to printableChar!
49 translationString = literalSubstring. # without lf and cr.
51 char = [32..255] | tab | lf | cr.
56 lf=10.
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp163 lf(struct console_desc *console) in lf() function
284 lf(console); in console_putch()
297 lf(console); in tab()
525 lf(console); in process_vt100_command()
556 lf(console); in _console_write()
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp257 BMenuItem* lf = new BMenuItem("LF (\\n)", message); in SerialWindow() local
267 fLineTerminatorMenu->AddItem(lf); in SerialWindow()
/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp452 lf(console); in process_vt100_command()