HomeSort by relevance Sort by last modified time
    Searched refs:P_EQUALITY (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
exprtok.h 59 FN("==", 2, P_EQUALITY, O_EQ) /* before = */
60 FN("!=", 2, P_EQUALITY, O_NE) /* before ! */
expr.c 37 #define P_EQUALITY 5 /* == != */

Completed in 75 milliseconds