OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:monitor_current
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/amiga/dev/
grf_cv3d.c
159
static struct grfvideo_mode *
monitor_current
= &monitor_def[0];
variable in typeref:struct:grfvideo_mode *
837
vm->mode_num = (
monitor_current
- monitor_def) + 1;
866
monitor_current
= monitor_def + (mode - 1);
908
(struct grfcv3dtext_mode *)
monitor_current
) ? 0 : EINVAL;
932
(struct grfcv3dtext_mode *)
monitor_current
);
1034
if (md ==
monitor_current
) {
2358
(struct grfcv3dtext_mode *)
monitor_current
))
2383
md =
monitor_current
;
grf_cl.c
155
static struct grfvideo_mode *
monitor_current
= &monitor_def[0];
variable in typeref:struct:grfvideo_mode *
684
vm->mode_num = (
monitor_current
- monitor_def) + 1;
712
monitor_current
= monitor_def + (mode - 1);
763
(struct grfcltext_mode *)
monitor_current
) ? 0 : EINVAL;
784
(struct grfcltext_mode *)
monitor_current
);
2119
(struct grfcltext_mode *)
monitor_current
))
2144
md =
monitor_current
;
grf_et.c
146
static struct grfvideo_mode *
monitor_current
= &monitor_def[0];
variable in typeref:struct:grfvideo_mode *
643
vm->mode_num = (
monitor_current
- monitor_def) + 1;
671
monitor_current
= monitor_def + (mode - 1);
721
(struct grfettext_mode *)
monitor_current
) ? 0 : EINVAL;
742
(struct grfettext_mode *)
monitor_current
);
1946
(struct grfettext_mode *)
monitor_current
))
1971
md =
monitor_current
;
grf_cv.c
135
static struct grfvideo_mode *
monitor_current
= &monitor_def[0];
variable in typeref:struct:grfvideo_mode *
916
vm->mode_num = (
monitor_current
- monitor_def) + 1;
945
monitor_current
= monitor_def + (mode - 1);
987
(struct grfcvtext_mode *)
monitor_current
) ? 0 : EINVAL;
1011
(struct grfcvtext_mode *)
monitor_current
);
1113
if (md ==
monitor_current
) {
2504
(struct grfcvtext_mode *)
monitor_current
))
2529
md =
monitor_current
;
Completed in 17 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025