• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/src/

Lines Matching +defs:old +defs:tail

1411 /* Put replacement into the window structure in place of old. */
1413 replace_window (old, replacement)
1414 Lisp_Object old, replacement;
1417 register struct window *o = XWINDOW (old), *p = XWINDOW (replacement);
1422 if (EQ (old, FRAME_ROOT_WINDOW (XFRAME (o->frame))))
1455 if (EQ (XWINDOW (tem)->vchild, old))
1457 if (EQ (XWINDOW (tem)->hchild, old))
1721 Lisp_Object tail;
1724 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
1732 foreach_window (XFRAME (XCAR (tail)), add_window_to_list, &args[1]);
2042 Lisp_Object tail, list, rest;
2047 for (tail = window_list (); CONSP (tail); tail = XCDR (tail))
2048 if (candidate_window_p (XCAR (tail), window, minibuf, all_frames))
2049 list = Fcons (XCAR (tail), list);
2056 for (tail = list; !EQ (XCDR (tail), rest); tail = XCDR (tail))
2058 XSETCDR (tail, Qnil);
2416 will cause the text at the old window start to be at the same place
2503 Lisp_Object tail, frame;
2508 FOR_EACH_FRAME (tail, frame)
2621 struct buffer *old = current_buffer;
2626 current_buffer = old;
3439 old selected window. It belongs to that window,
3867 register struct buffer *old = current_buffer;
3881 set_buffer_internal (old);
3908 XSETBUFFER (prev_buffer, old);
6320 /* Keeping window's old buffer; make sure the markers
6337 /* Prevent "swapping out point" in the old selected window
6339 We already swapped out point that from that window's old buffer. */
6359 when the frame's old selected window has been deleted. */
6688 Lisp_Object tail = Qnil;
6705 result = tail = Fcons (wn, Qnil);
6709 XSETCDR (tail, Fcons (wn, Qnil));
6710 tail = XCDR (tail);