Searched refs:POINTER_TYPE (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/dl/win32/lib/
H A DWin32API.rb10 POINTER_TYPE = DL::SIZEOF_VOIDP == DL::SIZEOF_LONG_LONG ? 'q*' : 'l!*'
23 args[i], = [x == 0 ? nil : x].pack("p").unpack(POINTER_TYPE) if import[i] == "S"
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dalloca.c78 # ifndef POINTER_TYPE
80 # define POINTER_TYPE void macro
82 # define POINTER_TYPE char macro
85 typedef POINTER_TYPE *pointer;
/macosx-10.10/emacs-93/emacs/src/
H A Dalloca.c78 # ifndef POINTER_TYPE
80 # define POINTER_TYPE void macro
82 # define POINTER_TYPE char macro
85 typedef POINTER_TYPE *pointer;
H A Dmem-limits.h75 typedef POINTER_TYPE *POINTER;
H A Dbuffer.c4524 POINTER_TYPE **var;
4571 ((POINTER_TYPE *) ((char *) (P) + MMAP_REGION_STRUCT_SIZE))
4591 static struct mmap_region *mmap_find P_ ((POINTER_TYPE *, POINTER_TYPE *));
4592 static POINTER_TYPE *mmap_alloc P_ ((POINTER_TYPE **, size_t));
4593 static POINTER_TYPE *mmap_realloc P_ ((POINTER_TYPE **, size_t));
4594 static void mmap_free P_ ((POINTER_TYPE **ptr));
4604 POINTER_TYPE *star
[all...]
H A Dalloc.c70 extern POINTER_TYPE *sbrk ();
386 static POINTER_TYPE *lisp_align_malloc P_ ((size_t, enum mem_type));
387 static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
469 static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
471 static void lisp_free P_ ((POINTER_TYPE *));
512 static POINTER_TYPE *pure_alloc P_ ((size_t, int));
519 ((POINTER_TYPE *) ((((EMACS_UINT)(ptr)) + (ALIGNMENT) - 1) \
646 POINTER_TYPE *
662 return (POINTER_TYPE *)val;
669 POINTER_TYPE *
[all...]
H A Dconfig.in798 #undef POINTER_TYPE
H A Dlisp.h2560 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));
3310 extern POINTER_TYPE *xmalloc P_ ((size_t));
3311 extern POINTER_TYPE *xrealloc P_ ((POINTER_TYPE *, size_t));
3312 extern void xfree P_ ((POINTER_TYPE *));
H A Dralloc.c38 typedef POINTER_TYPE *POINTER;
H A Dfns.c60 #define NULL ((POINTER_TYPE *)0)
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ds-mac.h302 #define PTR POINTER_TYPE * /* For strftime.c. */
H A Dconfig.h819 #define POINTER_TYPE void macro
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfig.nt447 #ifndef POINTER_TYPE
448 #define POINTER_TYPE void
452 #define PTR POINTER_TYPE *

Completed in 221 milliseconds