off              3728 lib-src/etags.c 			      ptrdiff_t off = tokoff;
off              3733 lib-src/etags.c 				  off += 1;
off              3753 lib-src/etags.c 				       newlb.buffer + off, len);
off               365 lib/mktime.c     mktime_offset_t off = *offset;
off               383 lib/mktime.c     ckd_sub (&negative_offset_guess, 0, off);
off               821 lib/regex_internal.c   Idx off;
off               831 lib/regex_internal.c   off = pstr->cur_idx + idx;
off               833 lib/regex_internal.c     off = pstr->offsets[off];
off               835 lib/regex_internal.c   ch = pstr->raw_mbs[pstr->raw_mbs_idx + off];
off               855 lib/regex_internal.c       Idx off;
off               868 lib/regex_internal.c       off = pstr->offsets[pstr->cur_idx];
off               869 lib/regex_internal.c       ch = pstr->raw_mbs[pstr->raw_mbs_idx + off];
off              4803 src/alloc.c          ptrdiff_t off = offset % sizeof b->strings[0];
off              4804 src/alloc.c          if (off == Lisp_String
off              4805 src/alloc.c    	  || off == 0
off              4806 src/alloc.c    	  || off == offsetof (struct Lisp_String, u.s.size_byte)
off              4807 src/alloc.c    	  || off == offsetof (struct Lisp_String, u.s.intervals)
off              4808 src/alloc.c    	  || off == offsetof (struct Lisp_String, u.s.data))
off              4810 src/alloc.c    	  struct Lisp_String *s = p = cp -= off;
off              4852 src/alloc.c          ptrdiff_t off = offset % sizeof b->conses[0];
off              4853 src/alloc.c          if (off == Lisp_Cons
off              4854 src/alloc.c    	  || off == 0
off              4855 src/alloc.c    	  || off == offsetof (struct Lisp_Cons, u.s.u.cdr))
off              4857 src/alloc.c    	  struct Lisp_Cons *s = p = cp -= off;
off              4899 src/alloc.c          ptrdiff_t off = offset % sizeof b->symbols[0];
off              4900 src/alloc.c          if (off == Lisp_Symbol
off              4904 src/alloc.c    	  || (Lisp_Symbol != 0 && off == 0)
off              4906 src/alloc.c    	  || off == offsetof (struct Lisp_Symbol, u.s.name)
off              4907 src/alloc.c    	  || off == offsetof (struct Lisp_Symbol, u.s.val)
off              4908 src/alloc.c    	  || off == offsetof (struct Lisp_Symbol, u.s.function)
off              4909 src/alloc.c    	  || off == offsetof (struct Lisp_Symbol, u.s.plist)
off              4910 src/alloc.c    	  || off == offsetof (struct Lisp_Symbol, u.s.next))
off              4912 src/alloc.c    	  struct Lisp_Symbol *s = p = cp -= off;
off              4953 src/alloc.c          int off = offset % sizeof b->floats[0];
off              4954 src/alloc.c          if ((off == Lisp_Float || off == 0)
off              4958 src/alloc.c    	  struct Lisp_Float *f = (struct Lisp_Float *) (cp - off);
off              7091 src/androidvfs.c android_asset_lseek (struct android_fd_or_asset asset, off_t off,
off              7095 src/androidvfs.c     return lseek (asset.fd, off, whence);
off              7097 src/androidvfs.c   return AAsset_seek (asset.asset, off, whence);
off               892 src/dispnew.c    memset ((char *) row + off, 0, sizeof *row - off);
off              1041 src/dispnew.c    memcpy ((char *) to + off, (char *) from + off, sizeof *to - off);
off              1642 src/haikufns.c   ptrdiff_t off, bit, xoff;
off              1653 src/haikufns.c       off = y * bytes_per_row;
off              1657 src/haikufns.c       byte = data + off + xoff;
off              1202 src/haikuterm.c       int off = ft->baseline_offset;
off              1206 src/haikuterm.c 	off = VCENTER_BASELINE_OFFSET (ft, s->f) - off;
off              1207 src/haikuterm.c       y = s->ybase - off;
off              9116 src/image.c    tiff_seek_in_memory (thandle_t data, toff_t off, int whence)
off              9124 src/image.c          idx = off;
off              9128 src/image.c          idx = src->len + off;
off              9132 src/image.c          idx = src->index + off;
off              4526 src/xfaces.c     memset (&face->id, 0, sizeof *face - off);
off              29979 src/xterm.c      int off = 0;
off              29983 src/xterm.c          off++;
off              29993 src/xterm.c      *offset = off;
off               568 src/xwidget.c        int off = 0;
off               571 src/xwidget.c        while (off < 256)
off               573 src/xwidget.c  	  if (lispy_function_keys[off]
off               574 src/xwidget.c  	      && !strcmp (lispy_function_keys[off],
off               580 src/xwidget.c  	  ++off;
off               598 src/xwidget.c  	keycode = off + 0xff00;
off              3291 test/manual/etags/c-src/etags.c 			      int off = tokoff;
off              3298 test/manual/etags/c-src/etags.c 				  off += 1;
off              3303 test/manual/etags/c-src/etags.c 				      newlb.buffer + off, len);