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

/freebsd-12-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c208 static int txpos = 10, typos = 10; local
240 clear_string(sc, txpos, typos, toff, message, tlen);
318 if (txpos <= min) {
319 txpos = min;
321 } else if (txpos >= max) {
322 txpos = max;
332 txpos += txdir; typos += tydir;
336 if (txpos + tlen <= 0)
338 else if (txpos < 0)
339 toff = -txpos;
[all...]

Completed in 63 milliseconds