Home
last modified time | relevance | path

Searched refs:isword (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/textproc/re-flex/RE-flex-3.1.0/include/reflex/
H A Dmatcher.h355 return (isword(c0) || opt_.W) && !isword(c1); in FSM_META_EWE()
361 return !isword(c0) && isword(c1); in FSM_META_BWE()
367 return isword(got_) && !isword(static_cast<unsigned char>(txt_[len_])); in FSM_META_EWB()
373 return !isword(got_) && (opt_.W || isword(static_cast<unsigned char>(txt_[len_]))); in FSM_META_BWB()
379 return isword(c0) == isword(c1); in FSM_META_NWE()
385 return isword(got_) == isword(static_cast<unsigned char>(txt_[len_])); in FSM_META_NWB()
606 DBGLOG("EWE? %d %d %d", c0, c1, isword(c0) && !isword(c1)); in match()
617 DBGLOG("BWE? %d %d %d", c0, c1, !isword(c0) && isword(c1)); in match()
619 if (jump == Pattern::Const::IMAX && !isword(c0) && isword(c1)) in match()
652 DBGLOG("NWE? %d %d %d", c0, c1, isword(c0) == isword(c1)); in match()
[all …]
/dports/textproc/ugrep/ugrep-3.4.0/include/reflex/
H A Dmatcher.h355 return (isword(c0) || opt_.W) && !isword(c1); in FSM_META_EWE()
361 return !isword(c0) && isword(c1); in FSM_META_BWE()
367 return isword(got_) && !isword(static_cast<unsigned char>(txt_[len_])); in FSM_META_EWB()
373 return !isword(got_) && (opt_.W || isword(static_cast<unsigned char>(txt_[len_]))); in FSM_META_BWB()
379 return isword(c0) == isword(c1); in FSM_META_NWE()
385 return isword(got_) == isword(static_cast<unsigned char>(txt_[len_])); in FSM_META_NWB()
606 DBGLOG("EWE? %d %d %d", c0, c1, isword(c0) && !isword(c1)); in match()
617 DBGLOG("BWE? %d %d %d", c0, c1, !isword(c0) && isword(c1)); in match()
619 if (jump == Pattern::Const::IMAX && !isword(c0) && isword(c1)) in match()
652 DBGLOG("NWE? %d %d %d", c0, c1, isword(c0) == isword(c1)); in match()
[all …]
H A Dfuzzymatcher.h503 DBGLOG("EWE? %d %d %d", c0, c1, isword(c0) && !isword(c1)); in match()
505 if (jump == Pattern::Const::IMAX && (isword(c0) || opt_.W) && !isword(c1)) in match()
514 DBGLOG("BWE? %d %d %d", c0, c1, !isword(c0) && isword(c1)); in match()
516 if (jump == Pattern::Const::IMAX && !isword(c0) && isword(c1)) in match()
527 if (jump == Pattern::Const::IMAX && isword(got_) && in match()
528 … !isword(static_cast<unsigned char>(method == Const::SPLIT ? txt_[len_] : *txt_))) in match()
539 if (jump == Pattern::Const::IMAX && !isword(got_) && in match()
540 … (opt_.W || isword(static_cast<unsigned char>(method == Const::SPLIT ? txt_[len_] : *txt_)))) in match()
549 DBGLOG("NWE? %d %d %d", c0, c1, isword(c0) == isword(c1)); in match()
551 if (jump == Pattern::Const::IMAX && isword(c0) == isword(c1)) in match()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/dtparse-1.2.0/src/
H A Dtokenize.rs24 fn isword(&self, c: char) -> bool { in isword() method
84 if self.isword(nextchar) { in next()
97 if self.isword(nextchar) { in next()
124 if nextchar == '.' || self.isword(nextchar) { in next()
139 } else if self.isword(nextchar) && token.as_ref().unwrap().ends_with('.') { in next()
/dports/textproc/re-flex/RE-flex-3.1.0/fuzzy/
H A Dfuzzymatcher.h503 DBGLOG("EWE? %d %d %d", c0, c1, isword(c0) && !isword(c1)); in match()
505 if (jump == Pattern::Const::IMAX && (isword(c0) || opt_.W) && !isword(c1)) in match()
514 DBGLOG("BWE? %d %d %d", c0, c1, !isword(c0) && isword(c1)); in match()
516 if (jump == Pattern::Const::IMAX && !isword(c0) && isword(c1)) in match()
527 if (jump == Pattern::Const::IMAX && isword(got_) && in match()
528 … !isword(static_cast<unsigned char>(method == Const::SPLIT ? txt_[len_] : *txt_))) in match()
539 if (jump == Pattern::Const::IMAX && !isword(got_) && in match()
540 … (opt_.W || isword(static_cast<unsigned char>(method == Const::SPLIT ? txt_[len_] : *txt_)))) in match()
549 DBGLOG("NWE? %d %d %d", c0, c1, isword(c0) == isword(c1)); in match()
551 if (jump == Pattern::Const::IMAX && isword(c0) == isword(c1)) in match()
[all …]
/dports/print/gv/gv-3.7.4/src/
H A Dps.c713 if (isword(p, "(atend)")) { in psscan()
721 if (isword(p, "(atend)")) { in psscan()
735 if (isword(p, "(atend)")) { in psscan()
749 if (isword(p, "(atend)")) { in psscan()
969 if (isword(p, "Portrait")) { in psscan()
1071 if (isword(p, "Portrait")) { in psscan()
1189 if (isword(p, "Portrait")) { in psscan()
1223 if (isword(p, "(atend)")) { in psscan()
1289 if (isword(p, "Portrait")) { in psscan()
1298 if (isword(p, "Ascend")) { in psscan()
[all …]
/dports/devel/gnucflow/cflow-1.6/doc/
H A Dwc.c64 isword (unsigned char c) in isword() function
88 if (isword (c)) in getword()
99 if (!isword (c)) in getword()
/dports/print/trueprint/trueprint-5.4/src/
H A Dlang_perl.c93 static int isword(int c) { return isalnum(c) || c == '_'; } in isword() function
280 } else if (isword(*input_char)) in my_get_perl_char()
298 if (isword(*input_char)) in my_get_perl_char()
356 if (isword(*input_char)) in my_get_perl_char()
373 if (!isword(*input_char)) in my_get_perl_char()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dnfa.cc492 int isword = 0; in Search() local
494 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
496 if (isword != wasword) in Search()
502 …fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword); in Search()
575 isword = 0; in Search()
577 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
600 wasword = isword; in Search()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dnfa.cc492 int isword = 0; in Search() local
494 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
496 if (isword != wasword) in Search()
502 …fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword); in Search()
575 isword = 0; in Search()
577 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
600 wasword = isword; in Search()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dnfa.cc492 int isword = 0; in Search() local
494 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
496 if (isword != wasword) in Search()
502 …fprintf(stderr, "%c[%#x/%d/%d]:", p > text.end() ? '$' : p == bp ? '^' : c, flag, isword, wasword); in Search()
575 isword = 0; in Search()
577 isword = Prog::IsWordChar(p[0] & 0xFF); in Search()
600 wasword = isword; in Search()
/dports/chinese/qe/qe-0.1.1/src/
H A Dfbcmdmove.cc20 int filebuffer::isword(int ch) { in isword() function in filebuffer
384 while (isword(workbuffer[workbufidx]) && workbufidx< workbuflen) in cmd_wordend()
402 while (isword(workbuffer[workbufidx]) && workbufidx>0) in cmd_wordbegin()
420 while (isword(workbuffer[workbufidx]) && workbufidx< workbuflen) in cmd_wordnext()
426 while (!isword(workbuffer[workbufidx]) && workbufidx< workbuflen) in cmd_wordnext()
868 while (isword(workbuffer[workbufidx]) && workbufidx< workbuflen) in cmd_markword()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXRex.cpp1340 inline int isword(int ch){ in isword() function
1371 for(i=0; i<256; i++) {if(isword(i)) INCL(set,i); } in charset()
1375 for(i=0; i<256; i++){ if(!isword(i)) INCL(set,i); } in charset()
1682 if(str_end<=str || !isword((FXuchar) *str)) return FALSE; in match()
1685 if(str<str_end && isword((FXuchar) *str)) return FALSE; in match()
1689 … || !isword((FXuchar) *(str-1))) && (str<str_end && isword((FXuchar) *str))) || ((str==str_end || … in match()
1693 if(str==str_end || !isword((FXuchar) *str)) return FALSE; in match()
1798 if(str==str_end || !isword((FXuchar) *str)) return FALSE; in match()
1806 if(str==str_end || isword((FXuchar) *str)) return FALSE; in match()
1947 while(save<end && isword((FXuchar) *save)) save++; in match()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXRex.cpp1591 inline int isword(int ch){ in isword() function
1630 for(i=0; i<256; i++) {if(isword(i)) INCL(set,i); } in charset()
1634 for(i=0; i<256; i++){ if(!isword(i)) INCL(set,i); } in charset()
1941 if(str_end<=str || !isword((FXuchar) *str)) return false; in match()
1944 if(str<str_end && isword((FXuchar) *str)) return false; in match()
1948 … || !isword((FXuchar) *(str-1))) && (str<str_end && isword((FXuchar) *str))) || ((str==str_end || … in match()
1952 if(str==str_end || !isword((FXuchar) *str)) return false; in match()
2057 if(str==str_end || !isword((FXuchar) *str)) return false; in match()
2065 if(str==str_end || isword((FXuchar) *str)) return false; in match()
2226 while(save<end && isword((FXuchar) *save)) save++; in match()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXRex.cpp1591 inline int isword(int ch){ in isword() function
1630 for(i=0; i<256; i++) {if(isword(i)) INCL(set,i); } in charset()
1634 for(i=0; i<256; i++){ if(!isword(i)) INCL(set,i); } in charset()
1941 if(str_end<=str || !isword((FXuchar) *str)) return false; in match()
1944 if(str<str_end && isword((FXuchar) *str)) return false; in match()
1948 … || !isword((FXuchar) *(str-1))) && (str<str_end && isword((FXuchar) *str))) || ((str==str_end || … in match()
1952 if(str==str_end || !isword((FXuchar) *str)) return false; in match()
2057 if(str==str_end || !isword((FXuchar) *str)) return false; in match()
2065 if(str==str_end || isword((FXuchar) *str)) return false; in match()
2226 while(save<end && isword((FXuchar) *save)) save++; in match()
[all …]
/dports/x11/foot/foot/
H A Dmisc.h6 bool isword(wchar_t wc, bool spaces_only, const wchar_t *delimiters);
H A Dmisc.c6 isword(wchar_t wc, bool spaces_only, const wchar_t *delimiters) in isword() function
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvarnishapi/
H A Dvxp_lexer.c160 if (isword(*p)) { in vxp_Lexer()
162 if (!isword(*q)) in vxp_Lexer()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dregex_match.c569 int flag = 0, isword = FALSE; in matcher_match0() local
588 isword = iswordchar(*p, inst); in matcher_match0()
589 if (isword != wasword) in matcher_match0()
620 wasword = isword; in matcher_match0()
693 int flag = 0, isword = FALSE, count, offset=0, saved = flags; in match_step1() local
716 isword = iswordchar(*(bp + i), inst); in match_step1()
717 if (isword != ctx->wasword) in match_step1()
734 ctx->wasword = isword; in match_step1()
755 ctx->wasword = isword; in match_step1()
775 ctx->wasword = isword; in match_step1()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Demacs.c103 static int isword();
110 # define isword(c) isalnum(out[c]) macro
772 while ((out[i])&&(!isword(i)))
774 while ((out[i])&&(isword(i)))
830 while ((i>0)&&(!isword(i)))
832 while ((i>0)&&(isword(i-1)))
1404 static int isword(i) in isword() function
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Demacs.c103 static int isword();
110 # define isword(c) isalnum(out[c]) macro
772 while ((out[i])&&(!isword(i)))
774 while ((out[i])&&(isword(i)))
830 while ((i>0)&&(!isword(i)))
832 while ((i>0)&&(isword(i-1)))
1404 static int isword(i) in isword() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Demacs.c103 static int isword();
110 # define isword(c) isalnum(out[c]) macro
772 while ((out[i])&&(!isword(i)))
774 while ((out[i])&&(isword(i)))
830 while ((i>0)&&(!isword(i)))
832 while ((i>0)&&(isword(i-1)))
1404 static int isword(i) in isword() function
/dports/net-im/coccinella/Coccinella-0.96.20Src/components/
H A DSpell.tcl148 set isword [string is wordchar -strict $word]
149 if {$isword} {
/dports/comms/gkermit/gkermit-1.0/
H A Dgwart.c86 _MYPROTOTYPE( int isword, (int) );
228 isword(c) int c; { in isword() function
240 while (isword(c = getc(fp)) && ++len < MAXWORD) *buf++ = (char) c;
535 if (isword(c)) {
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckwart.c136 _PROTOTYP( int isword, (int) );
295 isword(c) int c; { in isword() function
307 while (isword(c = getc(fp)) && ++len < MAXWORD) *buf++ = (char) c;
611 if (isword(c)) {

12345678910>>...12