Home
last modified time | relevance | path

Searched defs:dconf (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/wscons/
H A Dwsmoused.h76 #define N_COLS(dconf) ((dconf)->scrdata->ncols) argument
77 #define N_ROWS(dconf) ((dconf)->scrdata->nrows) argument
82 #define MAXCOL(dconf) (N_COLS(dconf) - 1) argument
83 #define MAXROW(dconf) (N_ROWS(dconf) - 1) argument
90 #define PUTCHAR(dconf, pos, uc, attr) \ argument
H A Dwsdisplay.c279 struct wsscreen_internal *dconf; in wsscreen_attach() local
2638 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_moverel() local
2681 struct wsscreen_internal *dconf = scr->scr_dconf; in inverse_char() local
2717 struct wsscreen_internal *dconf = scr->scr_dconf; in inverse_region() local
2738 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_spc_right() local
2770 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_spc_left() local
2865 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_char_right() local
2891 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_char_left() local
3013 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_copy_line() local
3252 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_copy_extend_line() local
[all …]