Home
last modified time | relevance | path

Searched refs:TOK_SUB (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dmath.c183 #define TOK_SUB tok_decl(13,1) macro
403 else if (op == TOK_SUB || op == TOK_MINUS_ASSIGN) in arith_apply()
503 '-', 0, TOK_SUB,
645 case TOK_SUB: in evaluate_string()
/dports/games/tycho/species/
H A Dasm.h46 TOK_SUB, enumerator
H A Dasm.c68 { "SUB", TOK_SUB },
375 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/species/species/
H A Dasm.h46 TOK_SUB, enumerator
H A Dasm.c68 { "SUB", TOK_SUB },
375 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h44 TOK_SUB, enumerator
H A Dasm.c68 { "SUB", TOK_SUB },
377 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h44 TOK_SUB, enumerator
H A Dasm.c68 { "SUB", TOK_SUB },
377 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h44 TOK_SUB, enumerator
H A Dasm.c68 { "SUB", TOK_SUB },
377 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/tycho/tycho/
H A Dasm.h46 TOK_SUB, enumerator
H A Dasm.c76 { "SUB", TOK_SUB },
385 case TOK_SUB: op = SUB; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h46 TOK_SUB, enumerator
H A Dasm.c76 { "SUB", TOK_SUB },
385 case TOK_SUB: op = SUB; break; in asm_line()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parser/src/
H A DTeuchos_MathExpr.hpp61 TOK_SUB, enumerator
H A DTeuchos_MathExpr.cpp56 out.tokens[TOK_SUB]("-", "\\-"); in make_language()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp177 return Token(TOK_SUB); in NextToken()
350 case TOK_SUB: in GetValue()
787 case TOK_SUB: in ParseAtom()
809 case TOK_SUB: in BinaryOperatorPrecedence()
H A DExpressionParser.h35 TOK_SUB, enumerator
/dports/games/fmars/fmars-0.0.207/
H A Dfm_asm.c179 TOK_SUB, TOK_SEQ, TOK_SNE, TOK_SLT, TOK_JMN, TOK_JMP, TOK_NOP, TOK_MUL, enumerator
268 {"SUB", TOK_SUB}, {"SNE", TOK_SNE}, {"I", TOK_I}, {"SEQ", TOK_SEQ}, in lookup_tok()
1184 case TOK_SUB: return SUB; in op_to_exhaust()
1236 case TOK_SUB: in default_mod()
/dports/biology/bcftools/bcftools-1.14/
H A Dfilter.c121 #define TOK_SUB 12 // - macro
287 if ( tmp[0]=='-' ) { (*str) += 1; return TOK_SUB; } in filters_next_token()
3092 if ( ret==TOK_SUB && last_op!=TOK_VAL && last_op!=TOK_RGT ) in filter_init()
3487 else if ( filter->filters[i].tok_type == TOK_SUB ) in filter_test()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dfilter.c121 #define TOK_SUB 12 // - macro
287 if ( tmp[0]=='-' ) { (*str) += 1; return TOK_SUB; } in filters_next_token()
3092 if ( ret==TOK_SUB && last_op!=TOK_VAL && last_op!=TOK_RGT ) in filter_init()
3487 else if ( filter->filters[i].tok_type == TOK_SUB ) in filter_test()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dfilter.c121 #define TOK_SUB 12 // - macro
287 if ( tmp[0]=='-' ) { (*str) += 1; return TOK_SUB; } in filters_next_token()
3092 if ( ret==TOK_SUB && last_op!=TOK_VAL && last_op!=TOK_RGT ) in filter_init()
3487 else if ( filter->filters[i].tok_type == TOK_SUB ) in filter_test()
H A Dfilter.c.pysam.c123 #define TOK_SUB 12 // - macro
289 if ( tmp[0]=='-' ) { (*str) += 1; return TOK_SUB; } in filters_next_token()
3094 if ( ret==TOK_SUB && last_op!=TOK_VAL && last_op!=TOK_RGT ) in filter_init()
3489 else if ( filter->filters[i].tok_type == TOK_SUB ) in filter_test()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zydis/Generated/
H A DFormatterStrings.inc692 static const ZydisPredefinedToken* const TOK_SUB = (const ZydisPredefinedToken* const)&TOK_DATA_SUB;

12