Home
last modified time | relevance | path

Searched refs:S_WITH (Results 1 – 7 of 7) sorted by relevance

/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/rule/
H A DConsequent.cpp126 S_AND = 16, S_WITH = 32 in load() enumerator
166 state = S_AND bitor S_WITH; in load()
197 if ((state bitand S_AND) or (state bitand S_WITH)) { in load()
210 if (not ((state bitand S_AND) or (state bitand S_WITH))) { //only acceptable final state in load()
H A DRule.cpp177 S_NONE, S_IF, S_THEN, S_WITH, S_END in load() enumerator
198 if (token == Rule::withKeyword()) state = S_WITH; in load()
201 case S_WITH: in load()
234 } else if (state == S_WITH) { in load()
/dports/audio/sfront/sfront-0.99/src/
H A Dtokens.c487 case S_WITH: in tokenmap()
488 return S_WITH; in tokenmap()
1014 case S_WITH: in parsetokenmap()
1540 case S_WITH: in strfortoken()
H A Dmp4read.c738 case S_WITH:
H A Dlex.c972 yylval->ttype = lexttl = S_WITH;
H A Dtree.h97 #define S_WITH 0x22 macro
/dports/lang/see/see-3.1.1424/libsee/
H A Dparse_codegen.c194 # define CG_S_WITH() _CG_OP0(S_WITH)