Home
last modified time | relevance | path

Searched defs:RE_ICASE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/diffutils/lib/
H A Dregex.h191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
/dragonfly/contrib/grep/lib/
H A Dregex.h191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h723 # define RE_ICASE REG_IGNORE_CASE /* avoid collision with REG_ICASE */ macro