Searched defs:ANCHOR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmon.c163 typedef struct anchor ANCHOR; typedef in typeref:struct:anchor
166 ANCHOR *next, *prior; /* forward, backward ptrs for list */
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
176 static ANCHOR firstAnchor; /* the first anchor to use */
200 ANCHOR *newanchp;
301 (ANCHOR *)libc_malloc(sizeof (ANCHOR));
365 ANCHOR *ap; /* temp anchor ptr */
367 ANCHOR *histp; /* anchor with histogram to use */
439 #define GETTHISMUCH (sizeof (ANCHOR)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h251 ANCHOR = EPSILON_BIT | 4, enumerator in enum:__anon465
338 re_context_type ctx_type; /* for ANCHOR */

Completed in 37 milliseconds