x 110 global/literal.c # define lca(x) (isupper(x) ? tolower(x) : x) x 47 gtags-cscope/constants.h #define ctrl(x) (x & 037) x 116 gtags-cscope/constants.h #define STR2(x) #x x 117 gtags-cscope/constants.h #define STRINGIZE(x) STR2(x) x 277 gtags-cscope/mouse.c int x = 0, y = 0, button = 0, reason = 0; x 301 gtags-cscope/mouse.c x = (x*10) + (i - '0'); x 361 gtags-cscope/mouse.c m.x1 = x/uw_hs; /* pixel/horizontal_spacing */ x 572 htags/asm.c #define lex_symbol_generation_rule(x) asm_ ## x x 602 htags/c.c #define lex_symbol_generation_rule(x) c_ ## x x 572 htags/cpp.c #define lex_symbol_generation_rule(x) cpp_ ## x x 550 htags/java.c #define lex_symbol_generation_rule(x) java_ ## x x 39 htags/lexcommon.h ERROR: lex_symbol_generation_rule(x) macro not defined. x 40 htags/lexcommon.h lexcommon.h requires the lex_symbol_generation_rule(x) macro for each language x 646 htags/php.c #define lex_symbol_generation_rule(x) php_ ## x x 436 libdb/bt_open.c u_int32_t x; x 439 libdb/bt_open.c x = 0x01020304; x 440 libdb/bt_open.c p = (u_char *)&x; x 63 libglibc/obstack.c struct fooalign {char x; double d;}; x 69 libglibc/obstack.c union fooround {long x; double d;}; x 162 libglibc/regex.c # define SWITCH_ENUM_CAST(x) ((int)(x)) x 164 libglibc/regex.c # define SWITCH_ENUM_CAST(x) (x) x 618 libglibc/regex.c # define DEBUG_PRINT1(x) if (debug) printf (x) x 965 libglibc/regex.c # define DEBUG_PRINT1(x) x 78 libltdl/libltdl/lt__private.h # define __attribute__(x) x 698 libparser/asm_scan.c #define lex_symbol_generation_rule(x) asm_ ## x x 733 libparser/php.c #define lex_symbol_generation_rule(x) php_ ## x x 32 libutil/die.h # define __attribute__(x) x 39 libutil/path.h #define isdrivechar(x) (((x) >= 'A' && (x) <= 'Z') || ((x) >= 'a' && (x) <= 'z')) x 217 libutil/statistics.c #define STR(x) #x x 218 libutil/statistics.c #define XSTR(x) STR(x) x 219 libutil/statistics.c #define PRECISION_STRING(x) XSTR(x##_PRECISION) x 430 libutil/statistics.c #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) x 27 libutil/statistics.h # define __attribute__(x) x 37 libutil/strbuf.h # define __attribute__(x)