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

/macosx-10.10/less-25/less/
H A Dsignal.c238 int old_width, old_height; local
242 old_width = sc_width;
245 if (sc_width != old_width || sc_height != old_height)
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c2638 static int old_width = 0; local
2689 if (width != old_width
2712 old_width = width;
/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c10533 int old_height, old_width;
10545 get_frame_size (&old_width, &old_height);
10562 if (width != old_width || height != old_height)
10498 int old_height, old_width; variable
H A Dw32term.c6072 int old_width = dpyinfo->smallest_char_width;
6096 || dpyinfo->smallest_char_width < old_width
6038 int old_width = dpyinfo->smallest_char_width; local
H A Dmacterm.c8038 int old_width = dpyinfo->smallest_char_width;
8062 || dpyinfo->smallest_char_width < old_width
8009 int old_width = dpyinfo->smallest_char_width; local
H A Dxterm.c10066 int old_width = dpyinfo->smallest_char_width;
10090 || dpyinfo->smallest_char_width < old_width
10032 int old_width = dpyinfo->smallest_char_width; local
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp5013 hunits old_width = width(); local
5021 *widthp += p->width() - old_width;

Completed in 178 milliseconds