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

Lines Matching +defs:found +defs:var

79    the entry for that slot (found in the same slot in this structure)
794 \(starting at 2) until an unused name is found, and then return that name.
902 int found = 0;
916 found = 1;
921 if (!found)
2537 Return the number found, and store them in a vector in *VEC_PTR.
2687 Return the number found, and store them in a vector in *VEC_PTR.
3570 or the found one ends before PREV,
3571 or the found one is the last one in the list,
3583 we found an overlay which ends before PREV, the remaining
3592 struct Lisp_Overlay *found = tail;
3594 /* Unlink the found overlay. */
3595 tail = found->next;
3597 /* Move an overlay at RIGHT_PLACE to the next of the found one,
3601 found->next = bp->overlays_before;
3602 bp->overlays_before = found;
3606 found->next = right_pair->next;
3607 right_pair->next = found;
4165 goto found;
4171 found:
4257 /* We used to run the functions as soon as we found them and only register
4356 gcpro1.var = copy;
4524 POINTER_TYPE **var;
4733 *r->var = MMAP_USER_AREA (r);
4738 *r->var = NULL;
4757 mmap_alloc (var, nbytes)
4758 POINTER_TYPE **var;
4782 r->var = var;
4792 return *var = p;
4802 mmap_realloc (var, nbytes)
4803 POINTER_TYPE **var;
4810 if (*var == NULL)
4811 result = mmap_alloc (var, nbytes);
4814 mmap_free (var);
4815 result = mmap_alloc (var, nbytes);
4819 struct mmap_region *r = MMAP_REGION (*var);
4825 POINTER_TYPE *old_ptr = *var;
4834 *var = result = old_ptr;
4836 else if (mmap_alloc (var, nbytes))
4838 bcopy (old_ptr, *var, r->nbytes_specified);
4840 result = *var;
4846 *var = old_ptr;
4859 result = *var;
4865 result = *var;
4878 mmap_free (var)
4879 POINTER_TYPE **var;
4883 if (*var)
4885 mmap_free_1 (MMAP_REGION (*var));
4886 *var = NULL;
5107 /* 0 means not a lisp var, -1 means always local, else mask */
5517 or when it is found in a cons-cell or a list)