Lines Matching defs:varray
737 alloc_type_vlinks, /* glue linking pages in varray */
743 alloc_type_varray, /* general varray allocation */
784 #define PAGE_SIZE (8*1024) /* size of varray pages */
802 typedef struct varray {
817 #define INIT_VARRAY(type) { /* macro to initialize a varray */ \
993 INIT_VARRAY (char), /* strings: local string varray */
994 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
995 INIT_VARRAY (proc_t), /* procs: procedure varray */
996 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1524 /* Add a page to a varray object. */
1527 add_varray_page (varray_t *vp /* varray to add page to */)