Home
last modified time | relevance | path

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

/dports/editors/jove/jove/
H A Dwind.h38 #define W_NUMWIDTH(w) (((w)->w_flags & W_NUMLINES)? 8 : 0) macro
H A Ddisp.c439 nw = W_NUMWIDTH(w),
667 int fromcol = W_NUMWIDTH(w);
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()