Searched defs:colp (Results 1 – 6 of 6) sorted by relevance
30 int *colp, // column where mouse hovers, can be NULL in find_word_under_cursor()148 int *colp) in get_beval_info()
2860 int *colp, in mouse_comp_pos()2964 mouse_find_win(int *rowp, int *colp, mouse_find_T popup UNUSED) in mouse_find_win()
1460 int *colp, in find_is_eval_item()
3403 gui_xy2colrow(int x, int y, int *colp) in gui_xy2colrow()
5626 skip_to_start(int c, colnr_T *colp) in skip_to_start()
155 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; in set_pen_col_ansi() local