Searched refs:P_EQUALITY (Results 1 - 2 of 2) sorted by relevance
/third_party/mksh/ | ||
H A D | exprtok.h | 59 FN("==", 2, P_EQUALITY, O_EQ) /* before = */ 60 FN("!=", 2, P_EQUALITY, O_NE) /* before ! */ |
H A D | expr.c | 37 #define P_EQUALITY 5 /* == != */ macro |
Completed in 2 milliseconds