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

/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp641 struct line_read_struct* lineread = (struct line_read_struct*)cookie; local
644 if (lineread->string[lineread->pos] == 0)
648 while (lineread->string[lineread->pos] != 0) {
649 if (lineread->string[lineread->pos] == '\n') {
650 lineread->pos++;
653 if (bufpos == (lineread->buflen - 1))
655 lineread
667 struct line_read_struct lineread; local
[all...]

Completed in 75 milliseconds