Searched refs:rmargin_width (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c745 int lmargin_width, rmargin_width, text_left, text_right;
836 rmargin_width = window_box_width (w, RIGHT_MARGIN_AREA);
893 if (rmargin_width > 0
896 : (*x >= right_x - rmargin_width)))
898 *x -= right_x - rmargin_width;
743 int lmargin_width, rmargin_width, text_left, text_right; local

Completed in 101 milliseconds