OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_this
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
grfabs_cc.c
143
dmode_t *
h_this
;
variable in typeref:typename:dmode_t *
836
if (!
h_this
) {
839
h_this
= &hires_mode;
841
memset(
h_this
, 0, sizeof(dmode_t));
844
h_this
->name = "ntsc: hires";
845
h_this
->nominal_size.width = 640;
846
h_this
->nominal_size.height = 200;
853
h_this
->data = h_this_data;
855
h_this
->get_monitor = cc_get_monitor;
856
h_this
->alloc_view = cc_alloc_view
[
all
...]
grfabs_cc.c
143
dmode_t *
h_this
;
variable in typeref:typename:dmode_t *
836
if (!
h_this
) {
839
h_this
= &hires_mode;
841
memset(
h_this
, 0, sizeof(dmode_t));
844
h_this
->name = "ntsc: hires";
845
h_this
->nominal_size.width = 640;
846
h_this
->nominal_size.height = 200;
853
h_this
->data = h_this_data;
855
h_this
->get_monitor = cc_get_monitor;
856
h_this
->alloc_view = cc_alloc_view
[
all
...]
Completed in 137 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025