HomeSort by: relevance | last modified time | path
    Searched refs:h_this (Results 1 - 1 of 1) 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...]

Completed in 40 milliseconds