OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_maxrow
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/wscons/
wscons_raster.h
53
int
rc_maxrow
; /* emulator height of screen */
member in struct:rcons
wscons_rinit.c
106
rc->
rc_maxrow
= uimin(i, mrow);
115
(rp->height - rc->
rc_maxrow
* rc->rc_font->height) / 2;
/src/sys/dev/rcons/
rcons_subr.c
124
if (rc->rc_row + i > rc->
rc_maxrow
+ 1) {
200
if (rc->rc_row >= rc->
rc_maxrow
)
335
if (rc->rc_row >= rc->
rc_maxrow
)
336
rc->rc_row = rc->
rc_maxrow
- 1;
358
if (rc->rc_row >= rc->
rc_maxrow
)
359
rc->rc_row = rc->
rc_maxrow
- 1;
367
rc->rc_row = MIN(MAX(rc->rc_p0, 1), rc->
rc_maxrow
) - 1;
530
if (rc->rc_row >= rc->
rc_maxrow
)
563
if (rc->rc_row < (rc->
rc_maxrow
- 1))
565
rc->
rc_maxrow
, rc->rc_attr)
[
all
...]
rcons.h
54
u_int
rc_maxrow
; /* emulator height of screen */
member in struct:rconsole
rcons_kern.c
191
ws->ws_row = rc->
rc_maxrow
;
/src/sys/arch/next68k/dev/
nextdisplay.c
216
nextdisplay_color.nrows = dc->dc_rcons.
rc_maxrow
;
219
nextdisplay_mono.nrows = dc->dc_rcons.
rc_maxrow
;
/src/sys/arch/mac68k/dev/
macfb.c
180
macfb_stdscreen.nrows = dc->dc_rcons.
rc_maxrow
;
Completed in 17 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025