Home
last modified time | relevance | path

Searched refs:str_fre (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cscout/cscout-bd7dfac/src/
H A Dfilequery.cpp92 if (!compile_re(of, "Filename", "fre", fre, match_fre, str_fre, (icase ? REG_ICASE : 0))) in FileQuery()
117 url << "&fre=" << Query::url(str_fre); in param_url()
H A Didquery.cpp113 if (!compile_re(of, "Filename", "fre", fre, match_fre, str_fre, (icase ? REG_ICASE : 0))) in IdQuery()
214 r += "&fre=" + Query::url(str_fre); in param_url()
301 ", which matches RE " << str_fre << "\n"; in eval()
H A Dfilequery.h39 string str_fre; // Filename RE
H A Dfunquery.cpp141 !compile_re(of, "Filename", "fre", fre, match_fre, str_fre, (icase ? REG_ICASE : 0))) in FunQuery()
199 r += "&fre=" + Query::url(str_fre); in param_url()
H A Dfunquery.h42 string str_fre; // Filename RE variable
H A Didquery.h84 string str_fre, str_ire;// Original REs variable