HomeSort by: relevance | last modified time | path
    Searched refs:OP_MOD (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/bsd/byacc/dist/test/yacc/
quote_calc-s.tab.h 7 #define OP_MOD 265
quote_calc2-s.tab.h 7 #define OP_MOD 265
quote_calc3-s.tab.h 7 #define OP_MOD 265
quote_calc3.tab.h 7 #define OP_MOD 265
quote_calc4-s.tab.h 7 #define OP_MOD 265
quote_calc4.tab.h 7 #define OP_MOD 265
quote_calc.tab.h 11 #define OP_MOD 265
quote_calc2.tab.h 11 #define OP_MOD 265
quote_calc-s.tab.c 155 #define OP_MOD 265
281 "\"SUB\"","OP_MUL","\"MUL\"","OP_DIV","\"DIV\"","OP_MOD","\"MOD\"","OP_AND",
296 "expr : expr OP_MOD expr",
quote_calc.tab.c 159 #define OP_MOD 265
287 "\"SUB\"","OP_MUL","\"MUL\"","OP_DIV","\"DIV\"","OP_MOD","\"MOD\"","OP_AND",
302 "expr : expr OP_MOD expr",
quote_calc2-s.tab.c 155 #define OP_MOD 265
281 "\"SUB\"","OP_MUL","\"MUL\"","OP_DIV","\"DIV\"","OP_MOD","\"MOD\"","OP_AND",
quote_calc2.tab.c 159 #define OP_MOD 265
287 "\"SUB\"","OP_MUL","\"MUL\"","OP_DIV","\"DIV\"","OP_MOD","\"MOD\"","OP_AND",
  /src/external/bsd/byacc/dist/test/btyacc/
quote_calc-s.tab.h 10 #define OP_MOD 265
quote_calc2-s.tab.h 10 #define OP_MOD 265
quote_calc3-s.tab.h 10 #define OP_MOD 265
quote_calc3.tab.h 10 #define OP_MOD 265
quote_calc4-s.tab.h 10 #define OP_MOD 265
quote_calc4.tab.h 10 #define OP_MOD 265
quote_calc.tab.h 14 #define OP_MOD 265
quote_calc2.tab.h 14 #define OP_MOD 265
  /src/external/bsd/byacc/dist/test/
quote_calc.y 21 %token OP_MOD "MOD"
56 | expr OP_MOD expr
quote_calc3.y 21 %token OP_MOD "MOD-operator"
56 | expr OP_MOD expr
quote_calc2.y 21 %token OP_MOD "MOD"
quote_calc4.y 21 %token OP_MOD "MOD-operator"
  /src/external/mit/lua/dist/src/
lopcodes.h 253 OP_MOD,/* A B C R[A] := R[B] % R[C] */

Completed in 44 milliseconds

1 2