this             7391 src/alloc.c      struct Lisp_Marker *this, **prev = &BUF_MARKERS (buffer);
this             7393 src/alloc.c      while ((this = *prev))
this             7394 src/alloc.c        if (vectorlike_marked_p (&this->header))
this             7395 src/alloc.c          prev = &this->next;
this             7398 src/alloc.c            this->buffer = NULL;
this             7399 src/alloc.c            *prev = this->next;
this              648 src/chartab.c    Lisp_Object elt, this;
this              660 src/chartab.c        this = XSUB_CHAR_TABLE (table)->contents[i];
this              661 src/chartab.c        if (SUB_CHAR_TABLE_P (this))
this              663 src/chartab.c  	  this = optimize_sub_char_table (this, test);
this              664 src/chartab.c  	  set_sub_char_table_contents (table, i, this);
this              667 src/chartab.c  	  && (NILP (test) ? NILP (Fequal (this, elt)) /* defaults to `equal'. */
this              668 src/chartab.c  	      : EQ (test, Qeq) ? !EQ (this, elt)      /* Optimize `eq' case.  */
this              669 src/chartab.c  	      : NILP (call2 (test, this, elt))))
this              757 src/chartab.c        Lisp_Object this = (SUB_CHAR_TABLE_P (table)
this              762 src/chartab.c        if (is_uniprop && UNIPROP_COMPRESSED_FORM_P (this))
this              763 src/chartab.c  	this = uniprop_table_uncompress (table, i);
this              764 src/chartab.c        if (SUB_CHAR_TABLE_P (this))
this              768 src/chartab.c  	  val = map_sub_char_table (c_function, function, this, arg,
this              773 src/chartab.c  	  if (NILP (this))
this              774 src/chartab.c  	    this = XCHAR_TABLE (top)->defalt;
this              775 src/chartab.c  	  if (!EQ (val, this))
this              795 src/chartab.c  		      if (EQ (val, this))
this              825 src/chartab.c  	      val = this;
this              931 src/chartab.c  	Lisp_Object this;
this              933 src/chartab.c  	this = tbl->contents[i];
this              934 src/chartab.c  	if (SUB_CHAR_TABLE_P (this))
this              935 src/chartab.c  	  map_sub_char_table_for_charset (c_function, function, this, arg,
this              953 src/chartab.c  	Lisp_Object this;
this              956 src/chartab.c  	this = tbl->contents[i];
this              957 src/chartab.c  	if (NILP (this)
this             1015 src/chartab.c        Lisp_Object this;
this             1017 src/chartab.c        this = XCHAR_TABLE (table)->contents[i];
this             1018 src/chartab.c        if (SUB_CHAR_TABLE_P (this))
this             1019 src/chartab.c  	map_sub_char_table_for_charset (c_function, function, this, arg,
this             2939 src/coding.c         struct coding_system *this = &(coding_categories[i]);
this             2942 src/coding.c         if (this->id < 0)
this             2944 src/coding.c         attrs = CODING_ID_ATTRS (this->id);
this             2945 src/coding.c         if (CODING_ISO_FLAGS (this) & CODING_ISO_FLAG_FULL_SUPPORT
this             2949 src/coding.c         this->max_charset_id = SCHARS (val) - 1;
this             2950 src/coding.c         this->safe_charsets = SDATA (val);
this             6610 src/coding.c   	  struct coding_system *this;
this             6617 src/coding.c   		this = coding_categories + category;
this             6637 src/coding.c   		  this = coding_categories + category;
this             6640 src/coding.c   		  coding->id = this->id;
this             6641 src/coding.c   		  if (this->id < 0)
this             6653 src/coding.c   		  else if ((*(this->detector)) (coding, &detect_info)
this             6665 src/coding.c   		  coding_systems = AREF (CODING_ID_ATTRS (this->id),
this             6675 src/coding.c   		    found = CODING_ID_NAME (this->id);
this             6681 src/coding.c   		  coding_systems = AREF (CODING_ID_ATTRS (this->id),
this             6691 src/coding.c   		    found = CODING_ID_NAME (this->id);
this             6694 src/coding.c   		found = CODING_ID_NAME (this->id);
this             6705 src/coding.c   		  this = coding_categories + coding_priorities[i];
this             6706 src/coding.c   		  found = CODING_ID_NAME (this->id);
this             8661 src/coding.c         struct coding_system *this UNINIT;
this             8723 src/coding.c   		this = coding_categories + category;
this             8743 src/coding.c   		  this = coding_categories + category;
this             8745 src/coding.c   		  if (this->id < 0)
this             8758 src/coding.c   		  else if ((*(this->detector)) (&coding, &detect_info)
this             8793 src/coding.c   	      val = list1i (this->id);
this             8837 src/coding.c   	  struct coding_system *this;
this             8840 src/coding.c   	    this = coding_categories + coding_category_utf_8_sig;
this             8842 src/coding.c   	    this = coding_categories + coding_category_utf_8_nosig;
this             8843 src/coding.c   	  val = list1i (this->id);
this             8850 src/coding.c   	  struct coding_system *this;
this             8853 src/coding.c   	    this = coding_categories + coding_category_utf_16_le;
this             8855 src/coding.c   	    this = coding_categories + coding_category_utf_16_be;
this             8857 src/coding.c   	    this = coding_categories + coding_category_utf_16_be_nosig;
this             8859 src/coding.c   	    this = coding_categories + coding_category_utf_16_le_nosig;
this             8860 src/coding.c   	  val = list1i (this->id);
this             12233 src/coding.c     for (struct coding_system *this = &coding_categories[0];
this             12234 src/coding.c          this < &coding_categories[coding_category_max];
this             12235 src/coding.c          ++this)
this             12237 src/coding.c         int id = this->id;
this             12243 src/coding.c             memset (this, 0, sizeof (*this));
this             12244 src/coding.c             setup_coding_system (CODING_ID_NAME (id), this);
this             1940 src/eval.c           Lisp_Object this, tail;
this             1941 src/eval.c           this = XCAR (conditions);
this             1943 src/eval.c     	if (EQ (XCAR (tail), this))
this             4423 src/fileio.c         ptrdiff_t this = 0;
this             4445 src/fileio.c   	  this = emacs_read_quit (fd, read_buf + unprocessed,
this             4447 src/fileio.c   	  if (this <= 0)
this             4453 src/fileio.c   				  unprocessed + this, conversion_buffer);
this             4459 src/fileio.c         if (this < 0)
this             4628 src/fileio.c   	ptrdiff_t this;
this             4655 src/fileio.c   	    this = XFIXNUM (nbytes);
this             4662 src/fileio.c   	    this = emacs_read_quit (fd,
this             4668 src/fileio.c   	if (this <= 0)
this             4670 src/fileio.c   	    how_much = this;
this             4674 src/fileio.c   	gap_size -= this;
this             4682 src/fileio.c   	  how_much += this;
this             4683 src/fileio.c   	inserted += this;
this             1313 src/fontset.c        Lisp_Object this = AREF (Vfontset_table, id);
this             1315 src/fontset.c        if (EQ (FONTSET_BASE (this), base))
this             1319 src/fontset.c  	  for (tail = FONTSET_FACE_ALIST (this); CONSP (tail);
this             1322 src/fontset.c  	      struct frame *f = XFRAME (FONTSET_FRAME (this));
this             1337 src/fontset.c        Lisp_Object this = AREF (Vfontset_table, id);
this             1339 src/fontset.c        if (CHAR_TABLE_P (this) && EQ (FONTSET_BASE (this), base))
this             1345 src/fontset.c  	  recompute_basic_faces (XFRAME (FONTSET_FRAME (this)));
this              969 src/ftfont.c   	  int this;
this              971 src/ftfont.c   	  if ((FcPatternGetInteger (fontset->fonts[i], FC_SPACING, 0, &this)
this              973 src/ftfont.c   	      && spacing != this)
this              980 src/ftfont.c   	  FcChar8 *this;
this              982 src/ftfont.c   	  if (FcPatternGetString (fontset->fonts[i], FC_CAPABILITY, 0, &this)
this              984 src/ftfont.c   	      || ! strstr ((char *) this, otlayout))
this             1163 src/intervals.c   register INTERVAL migrate, this;
this             1173 src/intervals.c   this = i->right;
this             1174 src/intervals.c   this->total_length += migrate_amt;
this             1175 src/intervals.c   while (this->left)
this             1177 src/intervals.c       this = this->left;
this             1178 src/intervals.c       this->total_length += migrate_amt;
this             1180 src/intervals.c   set_interval_left (this, migrate);
this             1181 src/intervals.c   set_interval_parent (migrate, this);
this             1182 src/intervals.c   eassert (LENGTH (this) > 0);
this             1573 src/intervals.c   INTERVAL under, over, this;
this             1623 src/intervals.c   this = under = find_interval (tree, position);
this             1634 src/intervals.c 	= split_interval_left (this, position - under->position);
this             1671 src/intervals.c 	  this = split_interval_left (under, LENGTH (over) - over_used);
this             1672 src/intervals.c 	  copy_properties (under, this);
this             1675 src/intervals.c 	this = under;
this             1680 src/intervals.c 	merge_properties (over, this);
this             1682 src/intervals.c 	copy_properties (over, this);
this             1686 src/intervals.c       if (LENGTH (this) == LENGTH (over) - over_used)
this             1693 src/intervals.c 	over_used += LENGTH (this);
this             1696 src/intervals.c       under = next_interval (this);
this             7172 src/keyboard.c       int this = 0;
this             7176 src/keyboard.c 	this = parse_solitary_modifier (elt);
this             7178 src/keyboard.c       if (this != 0)
this             7179 src/keyboard.c 	modifiers |= this;
this             9930 src/keyboard.c                                       maybe we should just drop this test.  */
this             2477 src/keymap.c     Lisp_Object definition, this, last;
this             2532 src/keymap.c         register Lisp_Object this, map, tem;
this             2540 src/keymap.c         this = Fcar (XCAR (maps));
this             2542 src/keymap.c         last = make_fixnum (XFIXNUM (Flength (this)) - 1);
this             2544 src/keymap.c   		      && EQ (Faref (this, last), meta_prefix_char));
this             2548 src/keymap.c   	  && SYMBOLP (tem = Faref (this, make_fixnum (0)))
this             2559 src/keymap.c         data.this = this;
this             2786 src/keymap.c     Lisp_Object this = d->this;
this             2807 src/keymap.c         sequence = Fcopy_sequence (this);
this             2814 src/keymap.c         sequence = append_key (this, key);
this              495 src/textprop.c 	  Lisp_Object this = XCDR (XCDR (tail2));
this              496 src/textprop.c 	  if (CONSP (this) && EQ (sym, XCAR (this)))
this              500 src/textprop.c 					sym, XCAR (XCDR (this)), object);
this              502 src/textprop.c 	      Fsetcdr (XCDR (tail2), XCDR (XCDR (this)));
this              505 src/textprop.c 	  tail2 = this;
this              650 src/textprop.c           struct sortvec *this;
this              656 src/textprop.c           this = (result == items ? items + 1 : items);
this              657 src/textprop.c           make_sortvec_item (this, node->data);
this              658 src/textprop.c           if (! result || (compare_overlays (result, this) < 0))
this              660 src/textprop.c               result = this;
this             3319 src/treesit.c        Lisp_Object this = Fcons (lisp_node, Qnil);
this             3320 src/treesit.c        Fsetcdr (parent, Fcons (this, Fcdr (parent)));
this             3322 src/treesit.c        parent = this;
this             4681 src/w32fns.c   	int this = (msg == WM_LBUTTONDOWN) ? LMOUSE : RMOUSE;
this             4684 src/w32fns.c   	if (button_state & this)
this             4691 src/w32fns.c   	button_state |= this;
this             4746 src/w32fns.c   	int this = (msg == WM_LBUTTONUP) ? LMOUSE : RMOUSE;
this             4749 src/w32fns.c   	if ((button_state & this) == 0)
this             4752 src/w32fns.c   	button_state &= ~this;
this             13683 src/xdisp.c    	      Lisp_Object this = XCAR (ws);
this             13684 src/xdisp.c    	      struct window *w = XWINDOW (this);
this             13688 src/xdisp.c    		windows = Fcons (this, windows);
this             6646 test/manual/etags/c-src/emacs/src/keyboard.c       int this = 0;
this             6653 test/manual/etags/c-src/emacs/src/keyboard.c 	this = parse_solitary_modifier (elt);
this             6655 test/manual/etags/c-src/emacs/src/keyboard.c       if (this != 0)
this             6656 test/manual/etags/c-src/emacs/src/keyboard.c 	modifiers |= this;
this               98 test/manual/etags/cp-src/MDiagArray2.h       return *this;