Lines Matching defs:eq
138 {"EQ", "EN"},
161 "EN", "EQ", "EX", "Ec", "Ed", "Ef", "Ek", "El", "Em", "Eo", "Er",
208 static int eq(const char *, const char *);
349 if (eq(mac, "de"))
449 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr))
454 if (eq(mac, br[i].opbr)) {
469 if (eq(mac, br[i].clbr)) {
488 if (eq(mac,br[stk[j].opno].clbr)) {
521 /* eq: are two strings equal? */
523 eq(const char *s1, const char *s2)
541 if (eq(mac, "."))