Home
last modified time | relevance | path

Searched refs:disp_pos (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/less/
H A Dinput.c46 static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp_pos, POSITION eol_… in init_status_col() argument
48 int hl_before = (chop_line() && disp_pos != NULL_POSITION) ? in init_status_col()
49 is_hilited_attr(base_pos, disp_pos, TRUE, NULL) : 0; in init_status_col()