Home
last modified time | relevance | path

Searched refs:RegExpFind (Results 1 – 10 of 10) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Utilities/KWSys/vtksys/
H A DRegularExpression.cxx844 class RegExpFind class
891 RegExpFind regFind; in find()
925 int RegExpFind::regtry(const char* string, const char** start, in regtry()
961 int RegExpFind::regmatch(const char* prog) in regmatch()
1140 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/KWSys/adios2sys/
H A DRegularExpression.cxx844 class RegExpFind class
891 RegExpFind regFind; in find()
925 int RegExpFind::regtry(const char* string, const char** start, in regtry()
961 int RegExpFind::regmatch(const char* prog) in regmatch()
1140 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/KWSys/src/KWSys/
H A DRegularExpression.cxx846 class RegExpFind class
893 RegExpFind regFind; in find()
927 int RegExpFind::regtry(const char* string, const char** start, in regtry()
963 int RegExpFind::regmatch(const char* prog) in regmatch()
1144 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/devel/cmake-gui/cmake-3.22.1/Source/kwsys/
H A DRegularExpression.cxx844 class RegExpFind class
891 RegExpFind regFind; in find()
925 int RegExpFind::regtry(const char* string, const char** start, in regtry()
961 int RegExpFind::regmatch(const char* prog) in regmatch()
1140 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/devel/cmake/cmake-3.22.1/Source/kwsys/
H A DRegularExpression.cxx844 class RegExpFind class
891 RegExpFind regFind; in find()
925 int RegExpFind::regtry(const char* string, const char** start, in regtry()
961 int RegExpFind::regmatch(const char* prog) in regmatch()
1140 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/math/vtk8/VTK-8.2.0/Utilities/KWSys/vtksys/
H A DRegularExpression.cxx841 class RegExpFind class
888 RegExpFind regFind; in find()
922 int RegExpFind::regtry(const char* string, const char** start, in regtry()
958 int RegExpFind::regmatch(const char* prog) in regmatch()
1139 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/devel/cmake-doc/cmake-3.22.1/Source/kwsys/
H A DRegularExpression.cxx844 class RegExpFind class
891 RegExpFind regFind; in find()
925 int RegExpFind::regtry(const char* string, const char** start, in regtry()
961 int RegExpFind::regmatch(const char* prog) in regmatch()
1140 int RegExpFind::regrepeat(const char* p) in regrepeat()
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DFindReplace.cpp210 bool CodeEditor::RegExpFind(int64 pos, bool block) in RegExpFind() function in Upp::CodeEditor
266 if(RegExpFind(pos, block)) in FindFrom()
H A DCodeEditor.h392 bool RegExpFind(int64 pos, bool block);
/dports/net/mpich2/mpich2-1.5/
H A Dwinconfigure.wsf456 size_str = RegExpFind("\$\{len.*\}", Match.Value)
457 dtype_str = RegExpFind("MPI_[^=]*", Match.Value)
1582 Function RegExpFind(pattern, str)
1591 RegExpFind = Match.Value
1595 RegExpFind = Null
2264 define = RegExpFind("#undef.*", Match.Value)
2265 macroname = RegExpFind("(\s).+", define)
2266 macroname = RegExpFind("(\S)+", macroname)
2468 define = RegExpFind("#undef.*", Match.Value)
2469 macroname = RegExpFind("(\s).+", define)
[all …]