Home
last modified time | relevance | path

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

/dports/editors/jed/jed-0.99-19/src/
H A Drgrep.c349 # define REGEXP_MATCH(r,b,n) SLang_regexp_match((unsigned char *)(b),(n), &r) macro
353 # define REGEXP_MATCH(r,b,n) (NULL != SLregexp_match(r,(char *) (b),(n))) macro
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/store/search/
H A Dmodels.py311 REGEXP_MATCH = 2 variable in SearchFilter
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/
H A Dsearch.py25 REGEXP_MATCH = 2 variable