Home
last modified time | relevance | path

Searched refs:URE_NOTBOL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dure.h63 #define URE_NOTBOL 0x04 macro
H A Dsearch.c233 flags = URE_NOTBOL; in search_page_fwd()
353 if (!ure_exec(s->ud, (me > 0) ? (flags | URE_NOTBOL) : flags, in search_page_rev()
H A Dure.c2242 if (flags & URE_NOTBOL)
/dports/misc/libutf/libutf-2.10/
H A Dure.h65 URE_NOTBOL = (URE_EXEC_BIT | 0x01), enumerator
H A Dure.c1647 t.t_bol = ((eflags & URE_FLAG_BITS) & URE_NOTBOL) ? in ureexec()