COMPARE
yylval.intval = COMPARE;
options |= COMPARE;
if (opts & COMPARE) {
opts & COMPARE ? " -b" : "",
opts &= ~(COMPARE|REMOVE);
opts |= COMPARE;
if (f < 0 || f == 0 && (opts & COMPARE))
if (opts & COMPARE)
if (opts & COMPARE) {
if (opts & COMPARE) {
goto COMPARE;
goto COMPARE;
COMPARE:
COMPARE
COMPARE
else if (COMPARE(table[i].key, item.key) == 0) /* Match? */
else if (COMPARE(table[i].key, item.key) == 0) /* Match? */
#define STRCMP(A, B) (COMPARE((A), (B)) > 0)
#define STRCMP(A, B) (COMPARE((A), (B)) < 0)
#define STRCMP(A, B) (COMPARE((A), (B)) != 0)