Lines Matching +full:x +full:- +full:whatever
5 * For example, the multi-line comment :)
11 #define SQUARE(x) \
12 ((x)*(x))
16 #define ERROR(x) fprintf(stderr, "%s\n", x[2][3][0])
25 /* function-like macro with no parameters, outside of any conditional */
31 /* #ident - doesn't really do anything, but I think it always gets included anyway */
54 # error "Nup, can't go on" /* ' /* stupid font-lock-mode */
60 #undef WHATEVER
63 # define WHATEVER 6
65 # define WHATEVER 7
67 # define WHATEVER 8
69 # define WHATEVER 1000
80 * circumstances - for example, '#include_next <limits.h>' on a Linux system
81 * with 'use lib qw(/opt/perl5/lib/site_perl/i586-linux/linux);' or whatever
106 * Some moderate flexing of tri-graph pre substitution.
114 ??=define SOMETHING_ELSE_TRIGRAPHIC_4 "??-0" /* | ??-| ~| */
121 // test C++-style comment
125 } // trailing C++-style comment should not force continuation
149 /* Handle multi-line quoted strings: */