Searched defs:dconf (Results 1 – 2 of 2) sorted by relevance
76 #define N_COLS(dconf) ((dconf)->scrdata->ncols) argument77 #define N_ROWS(dconf) ((dconf)->scrdata->nrows) argument82 #define MAXCOL(dconf) (N_COLS(dconf) - 1) argument83 #define MAXROW(dconf) (N_ROWS(dconf) - 1) argument90 #define PUTCHAR(dconf, pos, uc, attr) \ argument
279 struct wsscreen_internal *dconf; in wsscreen_attach() local2638 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_moverel() local2681 struct wsscreen_internal *dconf = scr->scr_dconf; in inverse_char() local2717 struct wsscreen_internal *dconf = scr->scr_dconf; in inverse_region() local2738 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_spc_right() local2770 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_spc_left() local2865 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_char_right() local2891 struct wsscreen_internal *dconf = scr->scr_dconf; in skip_char_left() local3013 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_copy_line() local3252 struct wsscreen_internal *dconf = scr->scr_dconf; in mouse_copy_extend_line() local[all …]