Home
last modified time | relevance | path

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

/dports/editors/jove/jove/
H A Dwind.h39 #define SIWIDTH(off) ((off) != 0? 1 : 0) /* width of shift indicator, if any */ macro
H A Ddisp.c444 end_col = strt_col + (CO - 1) - (nw + SIWIDTH(strt_col));
484 w->w_dotcol = dot_col + nw + SIWIDTH(strt_col);
H A Dmouse.c130 - (W_NUMWIDTH(curwind) + SIWIDTH(offset))); in SetCursor()
H A Dmac.c1524 offset += SIWIDTH(offset) + W_NUMWIDTH(w); /* line number */ in findtext()