Searched refs:echo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/ppc/
H A Dserial_console.c74 unsigned int echo; /* Control character echoing */ member in struct:ppcbfr
217 if(cbfr->echo == 1) { /* Did we hit an escape last time? */
219 cbfr->echo = 2; /* Yes, enter echo mode */
221 else cbfr->echo = 0; /* Otherwise reset escape */
223 else if(cbfr->echo == 0) { /* Not in escape sequence, see if we should enter */
224 cbfr->echo = 1; /* Set that we are in escape sequence */
228 if((c == 0x00) || (c == '\r') || (cbfr->echo == 2)) { /* Try to push out all buffers if we see CR or null */
273 cbfr_cpu->echo = 0; /* And clear echo */
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c142 int echo = 0; local
264 config, xml, echo, NULL, "ResultOwner",

Completed in 43 milliseconds