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

/osnet-11/usr/src/lib/libast/common/comp/
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmon.c66 * An anchor points forward, backward and 'down' (to a block).
72 * "anchor"
74 * prior<--| |-->next anchor
75 * anchor | |
97 * by allocating an anchor and initializing countbase and countlimit
110 * links in a new associated anchor, adding a new anchor&block pair
163 typedef struct anchor ANCHOR;
165 struct anchor { struct
175 static ANCHOR *curAnchor = NULL; /* addr of anchor fo
[all...]

Completed in 25 milliseconds