Home
last modified time | relevance | path

Searched refs:REX_NEST_SHIFT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h406 #define REX_NEST_SHIFT 8 macro
H A Dregcomp.c2326 e->re.nest.type[i] = x|REX_NEST_open|REX_NEST_close|(i<<REX_NEST_SHIFT); in grp()
2362 e->re.nest.type[i] |= x << REX_NEST_SHIFT; in grp()
H A Dregnexec.c747 cc = type[co] >> REX_NEST_SHIFT; in nestmatch()