Home
last modified time | relevance | path

Searched refs:TOK_VARIABLE (Results 1 – 25 of 27) sorted by last modified time

12

/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dlexer.en.l224 :[[:alpha:]]+ { IS_TOK_WITH_VAL(TOK_VARIABLE, strval, yytext+1); }
H A Dparser.y64 %token <strval> TOK_PROCNAME TOK_VARIABLE
114 | TOK_VARIABLE
319 | TOK_VARIABLE
H A Dparser.c9 # define TOK_VARIABLE 260 macro
H A Dlexer.fr.c1414 { IS_TOK_WITH_VAL(TOK_VARIABLE, strval, yytext+1); }
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp63 TOK_INTEGER, TOK_STRING, TOK_VARIABLE, TOK_UMINUS, TOK_UPLUS, enumerator
242 return TOK_VARIABLE; in expr_next_token_unadjusted()
395 case TOK_VARIABLE: in expr_current_token_value()
569 case TOK_VARIABLE: { in expr_eval_action()
1213 case TOK_VARIABLE: { in expr_parse_numeric_factor()
1229 CALL1(expr_eval_action, TOK_VARIABLE); in expr_parse_numeric_factor()
1230 CALL1(expr_parse_match, TOK_VARIABLE); in expr_parse_numeric_factor()
1379 case TOK_VARIABLE: { in expr_parse_string_factor()
1395 CALL1(expr_eval_action, TOK_VARIABLE); in expr_parse_string_factor()
1396 CALL1(expr_parse_match, TOK_VARIABLE); in expr_parse_string_factor()
H A Dscparser.cpp56 TOK_WILDCARD, TOK_WHITESPACE, TOK_WORD, TOK_VARIABLE, enumerator
193 return TOK_VARIABLE; in uip_next_token()
565 case TOK_VARIABLE: { in uip_parse_element()
574 R0CALL1(uip_parse_match, TOK_VARIABLE); in uip_parse_element()
/dports/devel/py-tartiflette/tartiflette-1.4.1/libgraphqlparser/parsergen/
H A Dlexer.cpp1255 …val->str = yytext + 1; *yylloc = yyextra->loc; return yy::GraphQLParserImpl::token::TOK_VARIABLE; }
H A Dparser.tab.hpp308 TOK_VARIABLE = 288, enumerator
/dports/devel/py-tartiflette/tartiflette-1.4.1/libgraphqlparser/
H A Dlexer.lpp167 …val->str = yytext + 1; *yylloc = yyextra->loc; return yy::GraphQLParserImpl::token::TOK_VARIABLE; }
/dports/security/modsecurity3/modsecurity-v3.0.5/src/parser/
H A Dseclang-parser.hh1310 TOK_VARIABLE = 595, // "VARIABLE" enumerator
2423 …IME_WDAY || tok == token::TOK_RUN_TIME_VAR_TIME_YEAR || tok == token::TOK_VARIABLE || tok == token… in symbol_type()
2429 …IME_WDAY || tok == token::TOK_RUN_TIME_VAR_TIME_YEAR || tok == token::TOK_VARIABLE || tok == token… in symbol_type()
7585 return symbol_type (token::TOK_VARIABLE, std::move (v), std::move (l)); in make_VARIABLE()
7592 return symbol_type (token::TOK_VARIABLE, v, l); in make_VARIABLE()
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
259 s->type = TOK_VARIABLE; in next_token()
312 case TOK_VARIABLE: in base()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
273 s->type = TOK_VARIABLE; in next_token()
371 case TOK_VARIABLE: in base()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/external/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
259 s->type = TOK_VARIABLE; in next_token()
312 case TOK_VARIABLE: in base()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DIOWindow.cpp154 case TokenType::TOK_VARIABLE: in highlightBlock()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp116 return Token(TOK_VARIABLE, FetchWordChars()); in GetVariable()
775 case TOK_VARIABLE: in ParseAtom()
H A DExpressionParser.h26 TOK_VARIABLE, enumerator
/dports/lang/gnu-apl/apl-1.8/src/
H A DToken.cc393 case TOK_VARIABLE: return value.sym_ptr->print(out); in print_value()
H A DToken.def221 TD(TOK_VARIABLE , TC_VALUE , TV_SYM , ID_VARIABLE )
/dports/graphics/aseprite/aseprite-1.2.9/third_party/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
261 s->type = TOK_VARIABLE; in next_token()
314 case TOK_VARIABLE: in base()
/dports/devel/libgraphqlparser/libgraphqlparser-0.7.0/
H A Dlexer.lpp134 …val->str = yytext + 1; *yylloc = yyextra->loc; return yy::GraphQLParserImpl::token::TOK_VARIABLE; }
H A Dparser.tab.hpp308 TOK_VARIABLE = 288, enumerator
H A Dlexer.cpp1170 …val->str = yytext + 1; *yylloc = yyextra->loc; return yy::GraphQLParserImpl::token::TOK_VARIABLE; }
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/charter/src/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
259 s->type = TOK_VARIABLE; in next_token()
312 case TOK_VARIABLE: in base()
/dports/games/scare/scare-1.3.10/source/
H A Dscparser.c57 TOK_WILDCARD, TOK_WHITESPACE, TOK_WORD, TOK_VARIABLE, enumerator
208 return TOK_VARIABLE; in uip_next_token()
619 case TOK_VARIABLE: in uip_parse_element()
629 uip_parse_match (TOK_VARIABLE); in uip_parse_element()
H A Dscexpr.c64 TOK_INTEGER, TOK_STRING, TOK_VARIABLE, TOK_UMINUS, TOK_UPLUS, enumerator
265 return TOK_VARIABLE; in expr_next_token_unadjusted()
435 case TOK_VARIABLE: in expr_current_token_value()
636 case TOK_VARIABLE: in expr_eval_action()
1327 case TOK_VARIABLE: in expr_parse_numeric_factor()
1346 expr_eval_action (TOK_VARIABLE); in expr_parse_numeric_factor()
1347 expr_parse_match (TOK_VARIABLE); in expr_parse_numeric_factor()
1503 case TOK_VARIABLE: in expr_parse_string_factor()
1522 expr_eval_action (TOK_VARIABLE); in expr_parse_string_factor()
1523 expr_parse_match (TOK_VARIABLE); in expr_parse_string_factor()

12