Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dkobjects.c115 char *linefeed = NULL; in chars_chartab_store() local
145 linefeed = strchr(cp, '\n'); in chars_chartab_store()
146 if (!linefeed) { in chars_chartab_store()
153 cp = linefeed + 1; in chars_chartab_store()
164 cp = linefeed + 1; in chars_chartab_store()
168 while ((temp < linefeed) && (*temp == ' ' || *temp == '\t')) in chars_chartab_store()
171 desc_length = linefeed - temp; in chars_chartab_store()
174 cp = linefeed + 1; in chars_chartab_store()
202 cp = linefeed + 1; in chars_chartab_store()
210 cp = linefeed + 1; in chars_chartab_store()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl772 proc sprint_pgm_header { {indent 0} {linefeed 1} } {
803 if { $linefeed } { append buffer "\n" }
824 if { $linefeed } { append buffer "\n" }
H A Dobmc_boot_test.py835 linefeed = 1
839 gp.qprint_dashes(indent, width, linefeed, char)
886 gp.qprint_dashes(indent, width, linefeed, char)
H A Dgen_print.py1512 def sprint_pgm_header(indent=0, linefeed=1): argument
1526 if linefeed:
1608 if linefeed: