Home
last modified time | relevance | path

Searched refs:TT_NAME (Results 1 – 25 of 101) sorted by relevance

12345

/dports/math/vampire/vampire-4.5.1/Shell/
H A DSMTPAR.cpp53 readToken(TT_NAME); in benchmark()
56 readToken(TT_NAME,"benchmark name expected"); in benchmark()
67 case TT_NAME: in benchmark()
121 case TT_NAME: in benchmark()
174 readToken(TT_NAME,"predicate name expected"); in predicates()
210 readToken(TT_NAME,"function name expected"); in functions()
216 readToken(TT_NAME,"sort name expected"); in functions()
305 case TT_NAME: in formula()
390 case TT_NAME: in term()
410 case TT_NAME: in term()
H A DLispLexer.cpp140 token.tag = TT_NAME; in readToken()
206 token.tag = TT_NAME; in readQuotedString()
/dports/games/dhewm3/dhewm3-1.5.1/neo/TypeInfo/
H A DTypeInfoGen.cpp185 } else if ( token.type == TT_NAME ) { in ParseArraySize()
188 src.ExpectTokenType( TT_NAME, 0, &token ); in ParseArraySize()
218 } else if ( token.type == TT_NAME ) { in ParseConstantValue()
221 src.ExpectTokenType( TT_NAME, 0, &token ); in ParseConstantValue()
247 if ( src.CheckTokenType( TT_NAME, 0, &token ) ) { in ParseEnumType()
262 while( src.ExpectTokenType( TT_NAME, 0, &token ) ) { in ParseEnumType()
294 if ( src.CheckTokenType( TT_NAME, 0, &token ) ) { in ParseEnumType()
319 if ( src.CheckTokenType( TT_NAME, 0, &token ) ) { in ParseClassType()
328 if ( !src.ExpectTokenType( TT_NAME, 0, &token ) ) { in ParseClassType()
385 if ( src.CheckTokenType( TT_NAME, 0, &token ) ) { in ParseClassType()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/test/
H A DTestFormulaTokenizer.c98 t->type = TT_NAME; in START_TEST()
223 fail_unless( t->type == TT_NAME ); in START_TEST()
228 fail_unless( t->type == TT_NAME ); in START_TEST()
233 fail_unless( t->type == TT_NAME ); in START_TEST()
410 fail_unless( t->type == TT_NAME ); in START_TEST()
420 fail_unless( t->type == TT_NAME ); in START_TEST()
430 fail_unless( t->type == TT_NAME ); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/test/
H A DTestFormulaTokenizer.c98 t->type = TT_NAME; in START_TEST()
223 fail_unless( t->type == TT_NAME ); in START_TEST()
228 fail_unless( t->type == TT_NAME ); in START_TEST()
233 fail_unless( t->type == TT_NAME ); in START_TEST()
410 fail_unless( t->type == TT_NAME ); in START_TEST()
420 fail_unless( t->type == TT_NAME ); in START_TEST()
430 fail_unless( t->type == TT_NAME ); in START_TEST()
/dports/games/meqcc/meqcc-1.4/
H A Dl_precomp.c470 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
714 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
729 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
743 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
800 if (dt->type == TT_NAME) in PC_ExpandDefine()
1104 if (token.type != TT_NAME) in PC_Directive_undef()
1171 if (token.type != TT_NAME) in PC_Directive_define()
1508 if (token.type != TT_NAME) in PC_Directive_if_def()
1698 case TT_NAME: in PC_EvaluateTokens()
2506 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/
H A DFormulaTokenizer.cpp115 t->type = TT_NAME; in FormulaTokenizer_getName()
301 if (t->type == TT_NAME) in FormulaTokenizer_nextToken()
331 if (t->type == TT_NAME) in Token_free()
H A DFormulaTokenizer.h146 , TT_NAME = 256/*!< The token for a name*/ enumerator
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/
H A DFormulaTokenizer.cpp115 t->type = TT_NAME; in FormulaTokenizer_getName()
301 if (t->type == TT_NAME) in FormulaTokenizer_nextToken()
331 if (t->type == TT_NAME) in Token_free()
H A DFormulaTokenizer.h146 , TT_NAME = 256/*!< The token for a name*/ enumerator
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dl_precomp.c482 if ( t1->type == TT_NAME && ( t2->type == TT_NAME || t2->type == TT_NUMBER ) ) { in PC_MergeTokens()
722 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
737 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
751 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
807 if ( dt->type == TT_NAME ) { in PC_ExpandDefine()
1100 if ( token.type != TT_NAME ) { in PC_Directive_undef()
1164 if ( token.type != TT_NAME ) { in PC_Directive_define()
1491 if ( token.type != TT_NAME ) { in PC_Directive_if_def()
1674 case TT_NAME: in PC_EvaluateTokens()
2510 if ( token.type == TT_NAME ) { in PC_ReadDirective()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dl_precomp.c482 if ( t1->type == TT_NAME && ( t2->type == TT_NAME || t2->type == TT_NUMBER ) ) { in PC_MergeTokens()
722 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
737 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
751 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
807 if ( dt->type == TT_NAME ) { in PC_ExpandDefine()
1100 if ( token.type != TT_NAME ) { in PC_Directive_undef()
1164 if ( token.type != TT_NAME ) { in PC_Directive_define()
1491 if ( token.type != TT_NAME ) { in PC_Directive_if_def()
1674 case TT_NAME: in PC_EvaluateTokens()
2510 if ( token.type == TT_NAME ) { in PC_ReadDirective()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dl_precomp.c487 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
736 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
751 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
765 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
822 if (dt->type == TT_NAME) in PC_ExpandDefine()
1126 if (token.type != TT_NAME) in PC_Directive_undef()
1193 if (token.type != TT_NAME) in PC_Directive_define()
1530 if (token.type != TT_NAME) in PC_Directive_if_def()
1720 case TT_NAME: in PC_EvaluateTokens()
2534 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/evq3/evq3/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dl_precomp.cpp495 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
752 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
767 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
781 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
838 if (dt->type == TT_NAME) in PC_ExpandDefine()
1142 if (token.type != TT_NAME) in PC_Directive_undef()
1213 if (token.type != TT_NAME) in PC_Directive_define()
1590 if (token.type != TT_NAME) in PC_Directive_if_def()
1774 case TT_NAME: in PC_EvaluateTokens()
2587 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dl_precomp.c486 if (t1->type == TT_NAME && (t2->type == TT_NAME || t2->type == TT_NUMBER)) in PC_MergeTokens()
732 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
747 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
761 token->type = TT_NAME; in PC_ExpandBuiltinDefine()
818 if (dt->type == TT_NAME) in PC_ExpandDefine()
1122 if (token.type != TT_NAME) in PC_Directive_undef()
1189 if (token.type != TT_NAME) in PC_Directive_define()
1526 if (token.type != TT_NAME) in PC_Directive_if_def()
1716 case TT_NAME: in PC_EvaluateTokens()
2530 if (token.type == TT_NAME) in PC_ReadDirective()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DParser.cpp701 token->type = TT_NAME; in ExpandBuiltinDefine()
796 if ( dt->type == TT_NAME ) { in ExpandDefine()
1029 if (token.type != TT_NAME) { in Directive_undef()
1071 if (token.type != TT_NAME) { in Directive_define()
1112 if (token.type != TT_NAME) { in Directive_define()
1219 if (token.type != TT_NAME) { in Directive_if_def()
1395 case TT_NAME: in EvaluateTokens()
1815 if (token.type == TT_NAME) { in Evaluate()
1911 if (token.type == TT_NAME) { in DollarEvaluate()
2179 if (token.type == TT_NAME) { in ReadDirective()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-aqbanking-templates.cpp40 static const char* TT_NAME {"name"}; variable
109 frame->set({TT_NAME}, new KvpValue(g_strdup (m_name.c_str()))); in make_kvp_frame()
153 auto templ = new _GncABTransTempl (c_func(TT_NAME), c_func(TT_RNAME), in gnc_ab_trans_templ_list_new_from_book()
/dports/editors/abiword/abiword-3.0.5/plugins/kword/xp/
H A Die_imp_KWord_1.cpp215 #define TT_NAME 20 // ?? macro
255 { "NAME", TT_NAME },
719 case TT_NAME: in startElement()
859 case TT_NAME: in endElement()
/dports/games/q2pro/q2pro/include/
H A Dq_lex.h23 TT_NAME, enumerator
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DCMapReader.h39 enum Type {TT_UNKNOWN, TT_EOF, TT_DELIM, TT_NUMBER, TT_STRING, TT_NAME, TT_OPERATOR}; enumerator

12345