Lines Matching defs:rhs
74 static int cmp(struct value *lhs, struct value *rhs) in cmp()
84 static void re(struct value *lhs, struct value *rhs) in re()
105 static void mod(struct value *lhs, struct value *rhs) in mod()
112 static void divi(struct value *lhs, struct value *rhs) in divi()
119 static void mul(struct value *lhs, struct value *rhs) in mul()
125 static void sub(struct value *lhs, struct value *rhs) in sub()
131 static void add(struct value *lhs, struct value *rhs) in add()
137 static void ne(struct value *lhs, struct value *rhs) in ne()
143 static void lte(struct value *lhs, struct value *rhs) in lte()
149 static void lt(struct value *lhs, struct value *rhs) in lt()
155 static void gte(struct value *lhs, struct value *rhs) in gte()
161 static void gt(struct value *lhs, struct value *rhs) in gt()
167 static void eq(struct value *lhs, struct value *rhs) in eq()
173 static void and(struct value *lhs, struct value *rhs) in and()
181 static void or(struct value *lhs, struct value *rhs) in or()
251 struct value rhs; in parse_op() local