Home
last modified time | relevance | path

Searched refs:TOK_MINUS (Results 1 – 25 of 97) sorted by relevance

1234

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Ddebugger-expr.y31 %token TOK_PLUS TOK_MINUS
36 %left TOK_MINUS TOK_PLUS TOK_NEGATE
69 | exp TOK_MINUS exp { $$ = $1 - $3;}
70 | TOK_MINUS exp { $$ = -$2;}
H A Ddebugger-expr-yacc.hpp43 TOK_MINUS = 259, enumerator
66 #define TOK_MINUS 259 macro
H A Ddebugger-expr.l46 "-" return TOK_MINUS;
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dconstexp.y56 %token TOK_MINUS
191 | additive_expression TOK_MINUS multiplicative_expression
242 | TOK_MINUS unary_expression
H A Dconstexp.l78 "-" { return TOK_MINUS; }
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DPropertyTokenizer.java40 static final int TOK_MINUS = TOK_PLUS + 1; field in PropertyTokenizer
41 static final int TOK_MOD = TOK_MINUS + 1;
102 currentToken = TOK_MINUS; in next()
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dlex.c22 {"-", TOK_MINUS},
148 if((type == TOK_MINUS || type == TOK_CAT) && tok->prev) { in newToken()
150 if( pt==TOK_PLUS||pt==TOK_MINUS||pt==TOK_CAT||pt==TOK_MUL||pt==TOK_DIV in newToken()
152 tok->type = type = (type == TOK_MINUS ? TOK_NEG : TOK_BIT_NEG); in newToken()
H A Dparse.h13 TOK_RBRA, TOK_LCURL, TOK_RCURL, TOK_MUL, TOK_PLUS, TOK_MINUS, TOK_NEG, enumerator
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Dexpression.c207 #define TOK_MINUS 5 macro
236 { "-", TOK_MINUS },
328 token = TOK_MINUS; in rdToken()
521 case TOK_MINUS: in doPrimary()
642 while (state->nextToken == TOK_ADD || state->nextToken == TOK_MINUS) { in doAddSubtract()
673 if (op == TOK_MINUS) { in doAddSubtract()
/dports/security/clamav/clamav-0.104.2/libclamav/jsparse/
H A Doperators.gperf38 -, TOK_MINUS
H A Dlexglobal.h52 TOK_MINUS, enumerator
/dports/security/clamav-lts/clamav-0.103.5/libclamav/jsparse/
H A Doperators.gperf38 -, TOK_MINUS
H A Dlexglobal.h52 TOK_MINUS, enumerator
/dports/devel/bison/bison-3.7.6/examples/c/lexcalc/
H A Dscan.l52 "-" return TOK_MINUS;
/dports/devel/bison/bison-3.7.6/examples/c/reccalc/
H A Dscan.l65 "-" return TOK_MINUS;
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Djstypes.h45 TOK_MINUS = 16, /* minus */ enumerator
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A Djstypes.h45 TOK_MINUS = 16, /* minus */ enumerator
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dcsgparser.hpp10 TOK_MINUS = '-', TOK_LP = '(', OK_RP = ')', TOK_LSP = '[', TOK_RSP = ']', enumerator
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dinpptree.h120 #define TOK_MINUS 2 macro
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dcsgparser.hpp10 TOK_MINUS = '-', TOK_LP = '(', OK_RP = ')', TOK_LSP = '[', TOK_RSP = ']', enumerator
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dcsgparser.hpp11 TOK_MINUS = '-', TOK_LP = '(', OK_RP = ')', TOK_LSP = '[', TOK_RSP = ']', enumerator
/dports/cad/stepcode/stepcode-0.8/src/express/generated/
H A Dexpparse.h11 #define TOK_MINUS 11 macro
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dinpptree.h139 #define TOK_MINUS 2 macro
/dports/cad/padring/padring-b2a64ab/src/
H A Dconfigreader.h67 TOK_MINUS, enumerator
/dports/cad/padring/padring-b2a64ab/src/lef/
H A Dlefreader.h47 TOK_MINUS, enumerator

1234