Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c203 static int and_region(int *s1, int *e1, int s2, int e2);
2280 and_region(int *s1, int *e1, int s2, int e2) in and_region() function
2307 and_region(&s, &e, scp->start, scp->end) || in scrn_update()
2310 (and_region(&s, &e, scp->cursor_pos, scp->cursor_pos) || in scrn_update()
2311 and_region(&s, &e, scp->cursor_oldpos, in scrn_update()
2348 if (and_region(&s, &e, scp->start, scp->end)) { in scrn_update()
2352 if (and_region(&s, &e, scp->start, scp->end)) in scrn_update()
2357 if (and_region(&s, &e, scp->start, scp->end)) in scrn_update()
2385 if (!and_region( in scrn_update()
2390 if (and_region( in scrn_update()