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

Lines Matching +defs:old +defs:tail

737   register Lisp_Object buf, tail, proc;
743 for (tail = Vprocess_alist; !NILP (tail); tail = Fcdr (tail))
745 proc = Fcdr (Fcar (tail));
1339 register Lisp_Object tail, tem;
1351 for (tail = Vprocess_alist; !NILP (tail); tail = Fcdr (tail))
1355 proc = Fcdr (Fcar (tail));
1414 for (tail = Vprocess_alist; !NILP (tail); tail = Fcdr (tail))
1418 proc = Fcdr (Fcar (tail));
5009 register struct buffer *old = current_buffer;
5039 the tail of decoding buffer) should be prepended to the new
5336 /* Make sure opoint and the old restrictions
5363 set_buffer_internal (old);
6438 (In some old system, shutdown to socketpair doesn't work.
6476 Lisp_Object tail, proc;
6478 for (tail = Vprocess_alist; GC_CONSP (tail); tail = XCDR (tail))
6480 proc = XCDR (XCAR (tail));
6539 Lisp_Object tail;
6577 for (tail = deleted_pid_list; GC_CONSP (tail); tail = XCDR (tail))
6579 Lisp_Object xpid = XCAR (tail);
6583 XSETCAR (tail, Qnil);
6590 for (tail = Vprocess_alist; GC_CONSP (tail); tail = XCDR (tail))
6592 proc = XCDR (XCAR (tail));
6602 for (tail = Vprocess_alist; GC_CONSP (tail); tail = XCDR (tail))
6604 proc = XCDR (XCAR (tail));
6786 Lisp_Object tail, msg;
6789 tail = Qnil;
6791 /* We need to gcpro tail; if read_process_output calls a filter
6792 which deletes a process and removes the cons to which tail points
6793 from Vprocess_alist, and then causes a GC, tail is an unprotected
6795 GCPRO2 (tail, msg);
6801 for (tail = Vprocess_alist; !NILP (tail); tail = Fcdr (tail))
6806 proc = Fcdr (Fcar (tail));
6856 struct buffer *old = current_buffer;
6896 set_buffer_internal (old);