OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUBR_CLEAR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amiga/dev/
ite.c
92
#define
SUBR_CLEAR
(ip,sy,sx,h,w) (ip)->grf->g_iteclear(ip,sy,sx,h,w)
1081
SUBR_CLEAR
(ip, y, x, 1, ip->cols - x);
1091
SUBR_CLEAR
(ip, y, 0, 1, x);
1100
SUBR_CLEAR
(ip, y, 0, 1, ip->cols);
1113
SUBR_CLEAR
(ip, ip->cury + 1, 0, ip->rows - 1 - ip->cury, ip->cols);
1125
SUBR_CLEAR
(ip, 0, 0, ip->cury, ip->cols);
1134
SUBR_CLEAR
(ip, 0, 0, ip->rows, ip->cols);
1156
SUBR_CLEAR
(ip, ip->bottom_margin - n + 1, 0, n, ip->cols);
1176
SUBR_CLEAR
(ip, ip->cury, 0, n, ip->cols);
/src/sys/arch/atari/dev/
ite.c
88
#define
SUBR_CLEAR
(sc,sy,sx,h,w) (sc)->grf->g_iteclear(sc,sy,sx,h,w)
1144
SUBR_CLEAR
(sc, y, x, 1, sc->cols - x);
1155
SUBR_CLEAR
(sc, y, 0, 1, x);
1165
SUBR_CLEAR
(sc, y, 0, 1, sc->cols);
1178
SUBR_CLEAR
(sc, sc->cury + 1, 0,
1191
SUBR_CLEAR
(sc, 0, 0, sc->cury, sc->cols);
1201
SUBR_CLEAR
(sc, 0, 0, sc->rows, sc->cols);
1225
SUBR_CLEAR
(sc, sc->bottom_margin - n + 1, 0, n, sc->cols);
1247
SUBR_CLEAR
(sc, sc->cury, 0, n, sc->cols);
/src/sys/arch/x68k/dev/
ite.c
91
#define
SUBR_CLEAR
(ip,sy,sx,h,w) ip->isw->ite_clear(ip,sy,sx,h,w)
605
SUBR_CLEAR
(ip, 0, 0, ip->rows, ip->cols);
994
SUBR_CLEAR
(ip, y, x, 1, ip->cols - x);
1004
SUBR_CLEAR
(ip, y, 0, 1, x);
1013
SUBR_CLEAR
(ip, y, 0, 1, ip->cols);
1023
SUBR_CLEAR
(ip, ip->cury + 1, 0,
1035
SUBR_CLEAR
(ip, 0, 0, ip->cury, ip->cols);
1044
SUBR_CLEAR
(ip, 0, 0, ip->rows, ip->cols);
1065
SUBR_CLEAR
(ip, ip->bottom_margin - n + 1, 0, n, ip->cols);
1089
SUBR_CLEAR
(ip, ip->cury, 0, n, ip->cols)
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025