Searched refs:region_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c54 typedef struct region_t { struct
63 } region_t; typedef in typeref:struct:region_t
180 region_t region;
H A Dunexmacosx.c143 struct region_t { struct
149 struct region_t *next;
153 static struct region_t *region_list_head = 0;
154 static struct region_t *region_list_tail = 0;
314 struct region_t *r;
361 struct region_t *r;
394 r = (struct region_t *) malloc (sizeof (struct region_t));
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c143 struct region_t { struct
149 struct region_t *next;
153 static struct region_t *region_list_head = 0;
154 static struct region_t *region_list_tail = 0;
314 struct region_t *r;
361 struct region_t *r;
394 r = (struct region_t *) malloc (sizeof (struct region_t));

Completed in 116 milliseconds