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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.h893 extern int window_box_text_cols P_ ((struct window *w));
H A Dindent.c1192 Or you can let window_box_text_cols do this all for you, and write:
1193 window_box_text_cols (w) - 1
1272 width = window_box_text_cols (win);
1866 ? (window_box_text_cols (w)
H A Dwindow.c558 return make_number (window_box_text_cols (decode_any_window (window)));
4895 window_box_text_cols (w)
5624 XSETFASTINT (arg, window_box_text_cols (w) - 2);
5654 XSETFASTINT (arg, window_box_text_cols (w) - 2);
4883 window_box_text_cols (w) function

Completed in 248 milliseconds