entry             346 lib-src/update-game-score.c       struct score_entry entry;
entry             347 lib-src/update-game-score.c       p = read_score (p, &entry);
entry             353 lib-src/update-game-score.c       if (push_score (scores, count, alloc, &entry) < 0)
entry              99 lib/acl-internal.c       tag = ace->entry->acl_type;
entry             103 lib/acl-internal.c       perm = ace->entry->acl_perm;
entry             584 lib/regcomp.c  	struct re_state_table_entry *entry = dfa->state_table + i;
entry             585 lib/regcomp.c  	for (j = 0; j < entry->num; ++j)
entry             587 lib/regcomp.c  	    re_dfastate_t *state = entry->array[j];
entry             590 lib/regcomp.c  	re_free (entry->array);
entry            2084 lib/regexec.c        struct re_backref_cache_entry *entry;
entry            2093 lib/regexec.c        entry = mctx->bkref_ents + first_idx;
entry            2103 lib/regexec.c  	  if (entry->node != node)
entry            2105 lib/regexec.c  	  subexp_len = entry->subexp_to - entry->subexp_from;
entry            2148 lib/regexec.c  	  entry = mctx->bkref_ents + enabled_idx;
entry            2150 lib/regexec.c        while (enabled_idx++, entry++->more);
entry            2616 lib/regexec.c        const struct re_backref_cache_entry *entry
entry            2619 lib/regexec.c  	if (entry->node == bkref_node)
entry            2621 lib/regexec.c        while (entry++->more);
entry            5798 src/alloc.c    compact_font_cache_entry (Lisp_Object entry)
entry            5800 src/alloc.c      Lisp_Object tail, *prev = &entry;
entry            5802 src/alloc.c      for (tail = entry; CONSP (tail); tail = XCDR (tail))
entry            5858 src/alloc.c      return entry;
entry            5878 src/alloc.c    	  Lisp_Object entry;
entry            5880 src/alloc.c    	  for (entry = XCDR (cache); CONSP (entry); entry = XCDR (entry))
entry            5881 src/alloc.c    	    XSETCAR (entry, compact_font_cache_entry (XCAR (entry)));
entry            1652 src/callproc.c       Lisp_Object entry = XCAR (env);
entry            1653 src/callproc.c       if (STRINGP (entry)
entry            1654 src/callproc.c 	  && SBYTES (entry) >= varlen
entry            1657 src/callproc.c 	  && ! strnicmp (SSDATA (entry), var, varlen)
entry            1659 src/callproc.c 	  && ! memcmp (SDATA (entry), var, varlen)
entry            1663 src/callproc.c 	  if (SBYTES (entry) > varlen && SREF (entry, varlen) == '=')
entry            1665 src/callproc.c 	      *value = SSDATA (entry) + (varlen + 1);
entry            1666 src/callproc.c 	      *valuelen = SBYTES (entry) - (varlen + 1);
entry            1669 src/callproc.c 	  else if (SBYTES (entry) == varlen)
entry             211 src/charset.c    } entry[0x10000];
entry             305 src/charset.c    min_char = max_char = entries->entry[0].c;
entry             316 src/charset.c        from = entries->entry[idx].from;
entry             317 src/charset.c        to = entries->entry[idx].to;
entry             318 src/charset.c        from_c = entries->entry[idx].c;
entry             542 src/charset.c        entries->entry[idx].from = from;
entry             543 src/charset.c        entries->entry[idx].to = to;
entry             544 src/charset.c        entries->entry[idx].c = c;
entry             609 src/charset.c        entries->entry[idx].from = from;
entry             610 src/charset.c        entries->entry[idx].to = to;
entry             611 src/charset.c        entries->entry[idx].c = c;
entry            4456 src/dispnew.c    struct row_entry *entry;
entry            4459 src/dispnew.c    entry = row_table[i];
entry            4460 src/dispnew.c    eassert (entry || verify_row_hash (row));
entry            4461 src/dispnew.c    while (entry && !row_equal_p (entry->row, row, 1))
entry            4462 src/dispnew.c      entry = entry->next;
entry            4464 src/dispnew.c    if (entry == NULL)
entry            4466 src/dispnew.c        entry = row_entry_pool + row_entry_idx++;
entry            4467 src/dispnew.c        entry->row = row;
entry            4468 src/dispnew.c        entry->old_uses = entry->new_uses = 0;
entry            4469 src/dispnew.c        entry->new_line_number = 0;
entry            4470 src/dispnew.c        entry->bucket = i;
entry            4471 src/dispnew.c        entry->next = row_table[i];
entry            4472 src/dispnew.c        row_table[i] = entry;
entry            4475 src/dispnew.c    return entry;
entry            4514 src/dispnew.c    struct row_entry *entry;
entry            4689 src/dispnew.c  	  entry = add_row_entry (MATRIX_ROW (current_matrix, i));
entry            4690 src/dispnew.c  	  old_lines[i] = entry;
entry            4691 src/dispnew.c  	  ++entry->old_uses;
entry            4700 src/dispnew.c        entry = add_row_entry (MATRIX_ROW (desired_matrix, i));
entry            4701 src/dispnew.c        ++entry->new_uses;
entry            4702 src/dispnew.c        entry->new_line_number = i;
entry            4703 src/dispnew.c        new_lines[i] = entry;
entry            5412 src/font.c     build_style_table (const struct table_entry *entry, int nelement)
entry            5418 src/font.c           for (j = 0; entry[i].names[j]; j++)
entry            5421 src/font.c           ASET (elt, 0, make_fixnum (entry[i].numeric));
entry            5422 src/font.c           for (j = 0; entry[i].names[j]; j++)
entry            5423 src/font.c     	ASET (elt, j + 1, intern_c_string (entry[i].names[j]));
entry             271 src/haiku_select.cc   BEntry entry;
entry             282 src/haiku_select.cc   rc = entry.SetTo (&ref, 0);
entry             287 src/haiku_select.cc   rc = entry.GetPath (&path);
entry             383 src/haiku_select.cc   BEntry entry (filename);
entry             387 src/haiku_select.cc   if (entry.InitCheck () != B_OK)
entry             390 src/haiku_select.cc   if (entry.GetRef (&ref) != B_OK)
entry             601 src/haiku_support.cc     BEntry entry (settings_path.Path ());
entry             602 src/haiku_support.cc     BFile settings_file (&entry, B_READ_ONLY | B_CREATE_FILE);
entry            3235 src/haiku_support.cc     BEntry entry;
entry            3247 src/haiku_support.cc 	    && entry.SetTo (&ref, 0) == B_OK
entry            3248 src/haiku_support.cc 	    && entry.GetPath (&path) == B_OK)
entry            3256 src/haiku_support.cc 		 && entry.SetTo (&ref, 0) == B_OK
entry            3257 src/haiku_support.cc 		 && entry.GetPath (&path) == B_OK)
entry            5337 src/haiku_support.cc   BEntry entry;
entry            5351 src/haiku_support.cc   if (entry.SetTo (file) != B_OK)
entry            5354 src/haiku_support.cc   if (entry.GetRef (&ref) != B_OK)
entry             389 src/haikumenu.c   Lisp_Object prefix, entry;
entry             442 src/haikumenu.c       prefix = entry = Qnil;
entry             449 src/haikumenu.c 	      prefix = entry;
entry             469 src/haikumenu.c 	      entry
entry             475 src/haikumenu.c 		      entry = list1 (entry);
entry             477 src/haikumenu.c 			entry = Fcons (prefix, entry);
entry             480 src/haikumenu.c 			  entry = Fcons (subprefix_stack[j], entry);
entry             487 src/haikumenu.c 		  return entry;
entry             415 src/indent.c   	      Lisp_Object entry = AREF (charvec, i);
entry             417 src/indent.c   	      if (GLYPH_CODE_P (entry))
entry             418 src/indent.c   		c = GLYPH_CODE_CHAR (entry);
entry             713 src/indent.c   	      Lisp_Object entry = AREF (charvec, i);
entry             715 src/indent.c   	      if (GLYPH_CODE_P (entry))
entry             716 src/indent.c   		c = GLYPH_CODE_CHAR (entry);
entry            1659 src/indent.c   		  Lisp_Object entry = AREF (charvec, i);
entry            1661 src/indent.c   		  if (GLYPH_CODE_P (entry))
entry            1662 src/indent.c   		    c = GLYPH_CODE_CHAR (entry);
entry            6955 src/keyboard.c   Lisp_Object cache, idx, entry, new_symbol;
entry            6966 src/keyboard.c   entry = assq_no_quit (idx, cache);
entry            6968 src/keyboard.c   if (CONSP (entry))
entry            6969 src/keyboard.c     new_symbol = XCDR (entry);
entry            6979 src/keyboard.c       entry = Fcons (idx, new_symbol);
entry            6980 src/keyboard.c       Fput (base, Qmodifier_cache, Fcons (entry, cache));
entry              75 src/kqueue.c     Lisp_Object flags, action, entry;
entry              84 src/kqueue.c       entry = XCAR (action);
entry              85 src/kqueue.c       if (NILP (Fmember (entry, flags))) {
entry              87 src/kqueue.c         actions = Fdelq (entry, actions);
entry             224 src/kqueue.c       Lisp_Object entry;
entry             229 src/kqueue.c       entry = XCAR (dl);
entry             231 src/kqueue.c         (watch_object, Fcons (Qcreate, Qnil), XCAR (XCDR (entry)), Qnil);
entry             234 src/kqueue.c       Lisp_Object size = Fnth (make_fixnum (4), entry);
entry             237 src/kqueue.c   	(watch_object, Fcons (Qwrite, Qnil), XCAR (XCDR (entry)), Qnil);
entry             240 src/kqueue.c       new_dl = Fdelq (entry, new_dl);
entry             246 src/kqueue.c       Lisp_Object entry;
entry             251 src/kqueue.c       entry = XCAR (dl);
entry             253 src/kqueue.c         (watch_object, Fcons (Qwrite, Qnil), XCAR (XCDR (entry)), Qnil);
entry             256 src/kqueue.c       pending_dl = Fdelq (entry, pending_dl);
entry             887 src/menu.c       Lisp_Object prefix, entry;
entry             893 src/menu.c       entry = Qnil;
entry             903 src/menu.c     	  prefix = entry;
entry             918 src/menu.c     	  entry = AREF (vector, i + MENU_ITEMS_ITEM_VALUE);
entry             953 src/menu.c     	      buf.arg = entry;
entry             973 src/menu.c       Lisp_Object prefix, entry;
entry             979 src/menu.c       prefix = entry = Qnil;
entry             988 src/menu.c               prefix = entry;
entry            1008 src/menu.c               entry
entry            1016 src/menu.c                       entry = list1 (entry);
entry            1018 src/menu.c                         entry = Fcons (prefix, entry);
entry            1021 src/menu.c                           entry = Fcons (subprefix_stack[j], entry);
entry            1024 src/menu.c                   return entry;
entry            1253 src/minibuf.c    Lisp_Object entry;
entry            1264 src/minibuf.c  	  entry = Fcar (w->prev_buffers);
entry            1266 src/minibuf.c  	  set_window_buffer (window, Fcar (entry), 0, 0);
entry            1267 src/minibuf.c  	  Fset_window_start (window, Fcar (Fcdr (entry)), Qnil);
entry            1268 src/minibuf.c  	  Fset_window_point (window, Fcar (Fcdr (Fcdr (entry))));
entry             790 src/pgtkmenu.c       Lisp_Object prefix, entry;
entry             792 src/pgtkmenu.c       prefix = entry = Qnil;
entry             799 src/pgtkmenu.c 	      prefix = entry;
entry             818 src/pgtkmenu.c 	      entry = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
entry             825 src/pgtkmenu.c 		      entry = list1 (entry);
entry             827 src/pgtkmenu.c 			entry = Fcons (prefix, entry);
entry             830 src/pgtkmenu.c 			  entry = Fcons (subprefix_stack[j], entry);
entry             833 src/pgtkmenu.c 		  return entry;
entry            1025 src/pgtkmenu.c 	  Lisp_Object entry;
entry            1037 src/pgtkmenu.c 	      entry = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
entry            1039 src/pgtkmenu.c 		return entry;
entry            6423 src/process.c    Lisp_Object entry, obj;
entry            6436 src/process.c    entry = Fcons (obj, Fcons (make_fixnum (offset), make_fixnum (len)));
entry            6439 src/process.c      pset_write_queue (p, Fcons (entry, p->write_queue));
entry            6441 src/process.c      pset_write_queue (p, nconc2 (p->write_queue, list1 (entry)));
entry            6452 src/process.c    Lisp_Object entry, offset_length;
entry            6458 src/process.c    entry = XCAR (p->write_queue);
entry            6461 src/process.c    *obj = XCAR (entry);
entry            6462 src/process.c    offset_length = XCDR (entry);
entry            3550 src/term.c       Lisp_Object entry, pane_prefix;
entry            3612 src/term.c     	      entry = Qnil;
entry            3672 src/term.c     	      entry = Qnil;
entry            3748 src/term.c       entry = pane_prefix = Qnil;
entry            3771 src/term.c     		      entry
entry            3775 src/term.c     			  entry = Fcons (entry, Qnil);
entry            3777 src/term.c     			    entry = Fcons (pane_prefix, entry);
entry            3791 src/term.c           entry = Fcons (make_fixnum (item_x), make_fixnum (item_y));
entry            3813 src/term.c       return SAFE_FREE_UNBIND_TO (specpdl_count, entry);
entry             233 src/undo.c       Lisp_Object lbeg, lend, entry;
entry             246 src/undo.c       entry = Fcons (Qnil, Fcons (prop, Fcons (value, Fcons (lbeg, lend))));
entry             248 src/undo.c     		  Fcons (entry, BVAR (current_buffer, undo_list)));
entry              83 src/unexcoff.c   unsigned long		entry;	/* entry pt.				*/
entry            3172 src/w32.c            Lisp_Object entry = XCAR (env);
entry            3173 src/w32.c            if (_strnicmp (SDATA (entry), path, path_len) == 0)
entry            3175 src/w32.c                SSET (entry, i, path[i]);
entry            3176 src/w32.c            else if (_strnicmp (SDATA (entry), comspec, comspec_len) == 0)
entry            3178 src/w32.c                SSET (entry, i, comspec[i]);
entry             499 src/w32fns.c     Lisp_Object entry;
entry             511 src/w32fns.c     entry = Fassoc (name, Vw32_color_map, Qnil);
entry             512 src/w32fns.c     if (NILP (entry))
entry             514 src/w32fns.c         entry = Fcons (name, rgb);
entry             515 src/w32fns.c         Vw32_color_map = Fcons (entry, Vw32_color_map);
entry             519 src/w32fns.c         oldrgb = Fcdr (entry);
entry             520 src/w32fns.c         Fsetcdr (entry, rgb);
entry             946 src/w32fns.c       log_palette->palPalEntry[i] = list->entry;
entry             985 src/w32fns.c         if (W32_COLOR (list->entry) == color)
entry             995 src/w32fns.c     SET_W32_COLOR (list->entry, color);
entry            1017 src/w32fns.c         if (W32_COLOR (list->entry) == color)
entry            1080 src/w32fns.c   	  struct w32_palette_entry * entry =
entry            1086 src/w32fns.c   	  while (entry)
entry            1088 src/w32fns.c   	      if (W32_COLOR (entry->entry) == XUFIXNUM (tem))
entry            1090 src/w32fns.c   	      prev = &entry->next;
entry            1091 src/w32fns.c   	      entry = entry->next;
entry            1094 src/w32fns.c   	  if (entry == NULL && alloc_p)
entry            1097 src/w32fns.c   	      entry = xmalloc (sizeof (struct w32_palette_entry));
entry            1098 src/w32fns.c   	      SET_W32_COLOR (entry->entry, XUFIXNUM (tem));
entry            1099 src/w32fns.c   	      entry->next = NULL;
entry            1100 src/w32fns.c   	      *prev = entry;
entry             176 src/w32menu.c    Lisp_Object prefix, entry;
entry             184 src/w32menu.c    entry = Qnil;
entry             194 src/w32menu.c  	  prefix = entry;
entry             209 src/w32menu.c  	  entry = AREF (vector, i + MENU_ITEMS_ITEM_VALUE);
entry             244 src/w32menu.c  	      buf.arg = entry;
entry             779 src/w32menu.c        Lisp_Object prefix, entry;
entry             781 src/w32menu.c        prefix = entry = Qnil;
entry             788 src/w32menu.c  	      prefix = entry;
entry             807 src/w32menu.c  	      entry = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
entry             814 src/w32menu.c  		      entry = Fcons (entry, Qnil);
entry             816 src/w32menu.c  			entry = Fcons (prefix, entry);
entry             819 src/w32menu.c  			  entry = Fcons (subprefix_stack[j], entry);
entry             823 src/w32menu.c  		  return entry;
entry            1011 src/w32menu.c  	  Lisp_Object entry;
entry            1017 src/w32menu.c  	      entry = AREF (menu_items, i + MENU_ITEMS_ITEM_VALUE);
entry            1019 src/w32menu.c  		return entry;
entry              69 src/w32term.h    PALETTEENTRY entry;
entry            16736 src/xdisp.c        Lisp_Object entry = Fgethash (make_fixnum (i), a, make_fixnum (0));	\
entry            16737 src/xdisp.c        if (FIXNUMP (entry))						\
entry            16738 src/xdisp.c          Fputhash (make_fixnum (i), make_fixnum (1 + XFIXNUM (entry)), a);	\
entry            5650 src/xfaces.c     Lisp_Object entry, tail, tail2;
entry            5656 src/xfaces.c         entry = XCAR (tail);
entry            5657 src/xfaces.c         CHECK_LIST (entry);
entry            5658 src/xfaces.c         entry = Fcopy_sequence (entry);
entry            5659 src/xfaces.c         XSETCAR (tail, entry);
entry            5660 src/xfaces.c         for (tail2 = entry; CONSP (tail2); tail2 = XCDR (tail2))
entry            5679 src/xfaces.c     Lisp_Object entry, tail, tail2;
entry            5685 src/xfaces.c         entry = XCAR (tail);
entry            5686 src/xfaces.c         CHECK_LIST (entry);
entry            5687 src/xfaces.c         entry = Fcopy_sequence (entry);
entry            5688 src/xfaces.c         XSETCAR (tail, entry);
entry            5689 src/xfaces.c         for (tail2 = entry; CONSP (tail2); tail2 = XCDR (tail2))
entry            2091 src/xmenu.c          Lisp_Object prefix, entry;
entry            2093 src/xmenu.c          prefix = entry = Qnil;
entry            2100 src/xmenu.c    	      prefix = entry;
entry            2120 src/xmenu.c    	      entry
entry            2128 src/xmenu.c    		      entry = list1 (entry);
entry            2130 src/xmenu.c    			entry = Fcons (prefix, entry);
entry            2133 src/xmenu.c    			  entry = Fcons (subprefix_stack[j], entry);
entry            2138 src/xmenu.c    		  return entry;
entry            2396 src/xmenu.c    	  Lisp_Object entry;
entry            2408 src/xmenu.c    	      entry
entry            2411 src/xmenu.c    		return entry;
entry            2558 src/xmenu.c      Lisp_Object entry = Qnil;
entry            2832 src/xmenu.c    		      entry
entry            2836 src/xmenu.c    			  entry = list1 (entry);
entry            2838 src/xmenu.c    			    entry = Fcons (pane_prefix, entry);
entry            2866 src/xmenu.c      return SAFE_FREE_UNBIND_TO (specpdl_count, entry);
entry             472 src/xsettings.c                            GConfEntry *entry,
entry             475 src/xsettings.c   GConfValue *v = gconf_entry_get_value (entry);
entry             476 src/xsettings.c   const char *key = gconf_entry_get_key (entry);
entry            2634 src/xwidget.c    GtkWidget *entry;
entry            2673 src/xwidget.c        entry = gtk_entry_new ();
entry            2676 src/xwidget.c        gtk_widget_show (entry);
entry            2677 src/xwidget.c        gtk_entry_set_text (GTK_ENTRY (entry), message);
entry            2678 src/xwidget.c        gtk_box_pack_end (GTK_BOX (box), entry, TRUE, TRUE, 0);
entry            2689 src/xwidget.c  					  gtk_entry_get_text (GTK_ENTRY (entry)));
entry            6424 test/manual/etags/c-src/emacs/src/keyboard.c   Lisp_Object cache, idx, entry, new_symbol;
entry            6435 test/manual/etags/c-src/emacs/src/keyboard.c   entry = assq_no_quit (idx, cache);
entry            6437 test/manual/etags/c-src/emacs/src/keyboard.c   if (CONSP (entry))
entry            6438 test/manual/etags/c-src/emacs/src/keyboard.c     new_symbol = XCDR (entry);
entry            6448 test/manual/etags/c-src/emacs/src/keyboard.c       entry = Fcons (idx, new_symbol);
entry            6449 test/manual/etags/c-src/emacs/src/keyboard.c       Fput (base, Qmodifier_cache, Fcons (entry, cache));
entry             135 test/manual/etags/php-src/lce_functions.php       function lineCount($entry)
entry             137 test/manual/etags/php-src/lce_functions.php        $lc = count(explode("\n", $entry));