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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c205 static int and_region(int *s1, int *e1, int s2, int e2);
2278 and_region(int *s1, int *e1, int s2, int e2) function
2305 and_region(&s, &e, scp->start, scp->end) ||
2308 (and_region(&s, &e, scp->cursor_pos, scp->cursor_pos) ||
2309 and_region(&s, &e, scp->cursor_oldpos,
2346 if (and_region(&s, &e, scp->start, scp->end)) {
2350 if (and_region(&s, &e, scp->start, scp->end))
2355 if (and_region(&s, &e, scp->start, scp->end))
2383 if (!and_region(
2388 if (and_region(
[all...]

Completed in 99 milliseconds