Home
last modified time | relevance | path

Searched refs:subexp (Results 176 – 200 of 420) sorted by relevance

12345678910>>...17

/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dert-x.el200 (cl-destructuring-bind (regexp subexp) (if (listp x) x `(,x nil))
203 (replace-match "" t t nil subexp))))
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/include/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dtrex.h65 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);
/dports/lang/squirrel/squirrel3/include/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/games/simutrans/simutrans-121.0/squirrel/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/include/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/include/
H A Dsqstdstring.h23 SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
/dports/shells/yash/yash-2.51/builtins/
H A Dtest.c743 lhs_result = eval_dbexp(e->lhs.subexp); in eval_dbexp()
746 return eval_dbexp(e->rhs.subexp); in eval_dbexp()
748 lhs_result = eval_dbexp(e->lhs.subexp); in eval_dbexp()
751 return eval_dbexp(e->rhs.subexp); in eval_dbexp()
753 switch (eval_dbexp(e->rhs.subexp)) { in eval_dbexp()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dunit.cc837 unit::regex(regex_t *regex, int subexps, regmatch_t *subexp, const char *repl) in regex() argument
850 if (regexec(regex, gb, subexps + 1, subexp, 0)) return; in regex()
855 k = subexp[0].rm_so; in regex()
864 assert_sbsize(k + subexp[index].rm_eo - subexp[index].rm_so); in regex()
865 for (l = subexp[index].rm_so; l < subexp[index].rm_eo; l++) { in regex()
878 int len = strlen(gb + subexp[0].rm_eo) + 1; in regex()
880 strncpy(sb + k, gb + subexp[0].rm_eo, len); in regex()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/regexp/
H A Dall_test.go469 for _, subexp := range c.indices {
470 index := re.SubexpIndex(subexp.name)
471 if index != subexp.index {
472 t.Errorf("%q: SubexpIndex(%q) = %d, want %d", c.input, subexp.name, index, subexp.index)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/regexp/
H A Dall_test.go472 for _, subexp := range c.indices {
473 index := re.SubexpIndex(subexp.name)
474 if index != subexp.index {
475 t.Errorf("%q: SubexpIndex(%q) = %d, want %d", c.input, subexp.name, index, subexp.index)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/regexp/
H A Dall_test.go469 for _, subexp := range c.indices {
470 index := re.SubexpIndex(subexp.name)
471 if index != subexp.index {
472 t.Errorf("%q: SubexpIndex(%q) = %d, want %d", c.input, subexp.name, index, subexp.index)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/regexp/
H A Dall_test.go469 for _, subexp := range c.indices {
470 index := re.SubexpIndex(subexp.name)
471 if index != subexp.index {
472 t.Errorf("%q: SubexpIndex(%q) = %d, want %d", c.input, subexp.name, index, subexp.index)
/dports/editors/emacs/emacs-27.2/lisp/
H A Dinfo-look.el558 (start (point)) end regexp subexp result)
564 subexp (cdr rule))
566 subexp 0))
575 (setq result (match-string subexp)))
581 (setq result (match-string subexp)))))))
/dports/lang/scheme48/scheme48-1.9.2/scheme/posix/
H A Dfunc-regexp.scm629 (define (repetition-strings low high subexp tail)
640 (if (or (one-of? subexp)
641 (sequence? subexp))
642 (exp->parenthesized-strings subexp tail)
643 (exp->strings subexp tail))))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/regexp/
H A Dall_test.go469 for _, subexp := range c.indices {
470 index := re.SubexpIndex(subexp.name)
471 if index != subexp.index {
472 t.Errorf("%q: SubexpIndex(%q) = %d, want %d", c.input, subexp.name, index, subexp.index)
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/src/
H A DParser.cpp215 … map<string, ExpressionTreeNode>::const_iterator subexp = subexpressionDefs.find(token.getText()); in parsePrecedence() local
216 if (subexp == subexpressionDefs.end()) { in parsePrecedence()
221 result = subexp->second; in parsePrecedence()
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/
H A DParser.cpp210 … map<string, ExpressionTreeNode>::const_iterator subexp = subexpressionDefs.find(token.getText()); in parsePrecedence() local
211 if (subexp == subexpressionDefs.end()) { in parsePrecedence()
216 result = subexp->second; in parsePrecedence()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dinfo-look.el586 (start (point)) end regexp subexp result)
592 subexp (cdr rule))
594 subexp 0))
603 (setq result (match-string subexp)))
609 (setq result (match-string subexp)))))))
/dports/science/plumed/plumed2-2.7.2/src/lepton/
H A DParser.cpp272 … map<string, ExpressionTreeNode>::const_iterator subexp = subexpressionDefs.find(token.getText()); in parsePrecedence() local
273 if (subexp == subexpressionDefs.end()) { in parsePrecedence()
278 result = subexp->second; in parsePrecedence()
/dports/deskutils/freemind/freemind-bin-max-1.0.1/accessories/
H A Dtreestyles.css119 .subexp {display: block; }
122 .subexp {display: block; }
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dframex.scm211 (lambda (environment subexp)
212 (values expression environment subexp)))
/dports/misc/quantum++/qpp-3.0/qasmtools/include/qasmtools/ast/
H A Dtraversal.hpp63 void visit(UExpr& expr) override { expr.subexp().accept(*this); } in visit()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dert-x.el204 (cl-destructuring-bind (regexp subexp) (if (listp x) x `(,x nil))
207 (replace-match "" t t nil subexp))))
/dports/biology/vt/vt-0.57721/lib/htslib/cram/
H A Dcram_codecs.h130 cram_subexp_decoder subexp; member

12345678910>>...17