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

  /external/bison/src/
system.h 45 #define STREQ(L, R) (strcmp(L, R) == 0)
46 #define STRNEQ(L, R) (!STREQ(L, R))
print_graph.c 48 if (previous_rule && STREQ (previous_rule->lhs->tag, r->lhs->tag))
muscle-tab.c 419 if (STREQ (conversion[i].obsolete, variable))
  /external/bison/
maint.mk 360 # Use STREQ rather than comparing strcmp == 0, or != 0.
365 halt='replace strcmp calls above with STREQ/STRNEQ' \
707 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
    [all...]

Completed in 2027 milliseconds