Searched refs:P_RELATION (Results 1 – 2 of 2) sorted by relevance
/third_party/mksh/ |
D | exprtok.h | 84 FN("<=", 2, P_RELATION, O_LE) 85 FN(">=", 2, P_RELATION, O_GE) 86 FN("<", 1, P_RELATION, O_LT) 87 FN(">", 1, P_RELATION, O_GT)
|
D | expr.c | 36 #define P_RELATION 4 /* < <= > >= */ macro
|