Home
last modified time | relevance | path

Searched refs:strregexp (Results 1 – 16 of 16) sorted by relevance

/dports/mail/courier/courier-0.65.3/maildrop/
H A Dtoken.h59 strregexp, enumerator
H A Drecipenode.h93 strregexp, enumerator
H A Drecipeparse.C227 if (n->firstChild->nodeType != RecipeNode::strregexp && in ParseStatement()
475 while ( cur_tok.Type() == Token::strregexp) in ParseStrRegExp()
479 o=alloc(RecipeNode::strregexp); in ParseStrRegExp()
H A Dlexer.C473 t.Type(Token::strregexp); in token2()
H A Drecipenode.C538 case strregexp: in Evaluate()
863 firstChild->nodeType != strregexp)) in Evaluate()
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/
H A Dtoken.h58 strregexp, enumerator
H A Drecipenode.h92 strregexp, enumerator
H A Drecipeparse.C235 if (n->firstChild->nodeType != RecipeNode::strregexp && in ParseStatement()
483 while ( cur_tok.Type() == Token::strregexp) in ParseStrRegExp()
487 o=alloc(RecipeNode::strregexp); in ParseStrRegExp()
H A Dlexer.C476 t.Type(Token::strregexp); in token2()
H A Drecipenode.C537 case strregexp: in Evaluate()
873 firstChild->nodeType != strregexp)) in Evaluate()
/dports/editors/cream/cream-0.43/
H A Dcream-find.vim210 let strregexp = "X"
212 let strregexp = "_"
215 let msg = msg . " [" . strregexp . "] Regular Expressions\n"
H A Dcream-replace.vim255 let strregexp = "X"
257 let strregexp = "_"
261 let msg = msg . " [" . strregexp . "] Regular Expressions\n"
H A Dcream-replacemulti.vim350 let strregexp = "X"
352 let strregexp = "_"
355 let msg = msg . " [" . strregexp . "] Regular Expressions\n"
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/actions/
H A DFindAction.java1074 …String strregexp = SearchManager.generatePattern(wordToFind, caseSensitive, wholeWord, useRegexp).… in generateOffsets() local
1075 if (doc != previousDocument || !previousRegexp.equals(strregexp)) { in generateOffsets()
1076 previousRegexp = strregexp; in generateOffsets()
/dports/sysutils/cpuid/cpuid-20211031/
H A Dcpuid.c163 static boolean strregexp(const char* haystack, in strregexp() function
1567 stash->br.extreme = strregexp(brand, " ?X[0-9][0-9][0-9][0-9]"); in decode_brand_string()
1573 stash->br.u_line = (strregexp(brand, "Core.* [im][3579]-[0-9]*U") in decode_brand_string()
1574 || strregexp(brand, "Pentium.* [0-9]*U") in decode_brand_string()
1575 || strregexp(brand, "Celeron.* [0-9]*U")); in decode_brand_string()
1576 stash->br.y_line = (strregexp(brand, "Core.* [im][3579]-[0-9]*Y") in decode_brand_string()
1577 || strregexp(brand, "Pentium.* [0-9]*Y") in decode_brand_string()
1578 || strregexp(brand, "Celeron.* [0-9]*Y")); in decode_brand_string()
1582 stash->br.cc150 = strregexp(brand, "CC150"); in decode_brand_string()
1609 stash->br.t_suffix = strregexp(brand, "[0-9][0-9][0-9][0-9]T"); in decode_brand_string()
[all …]
H A DChangeLog1135 * cpuid.c: Added out-of-memory checks to strregexp.