Searched refs:wwidth (Results 1 – 1 of 1) sorted by relevance
242 int wwidth = wp->w_width; in compute_foldcolumn() local244 if (fdc > wwidth - (col + wmw)) in compute_foldcolumn()245 fdc = wwidth - (col + wmw); in compute_foldcolumn()