| /src/external/bsd/tradcpp/dist/tests/ |
| t35.c | 4 Q FOO Q 'I like "FOO" and "BAR"'
|
| t21.c | 1 # define FOO BAR
|
| t37.c | 13 #define BAR(x, y) x y 14 BAR(abc BC def, ghi EC jkl)
|
| /src/sys/lib/libkern/ |
| hexdump.c | 46 #define BAR ((3 * 16) + 1) 47 #define ASC (BAR + 2) 48 #define NL (BAR + 18) 61 buf[BAR] = '|'; 62 buf[BAR + 1] = ' '; 81 while (p < BAR)
|
| /src/usr.bin/ctags/test/ |
| ctags.test | 3 int bar = (1 + 5); 11 */struct struct_xtra{int list;};r4(x,y){};typedef struct{int bar;}struct_xxe; 12 #define FOO BAR 19 char qq[] = " quote(one,two) {int bar;} "; 21 int bar; 36 #if (defined(BAR)) 37 int bar; 44 #if defined(BAR) 45 int bar; 55 char bar[34] [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| vla-datatypes.c | 26 typedef struct bar struct 30 } BAR; 46 BAR bar_vla[n];
|
| vla-struct-fields.c | 26 typedef struct bar struct 30 } BAR;
|
| options.exp | 1041 "1 [expect_string "${str}" "BAR"]" \ 1042 "$cmd -string ${str} BAR" 1044 res_test_gdb_complete_none "0 BAR" "$cmd -string ${str} BAR" 1046 gdb_test "$cmd -string ${str} BAR --" "Unrecognized option at: BAR --" 1105 "1 [expect_filename "${str}" "BAR"]" \ 1106 "$cmd -filename ${str} BAR" 1108 res_test_gdb_complete_none "0 BAR" "$cmd -filename ${str} BAR" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| vla-datatypes.c | 26 typedef struct bar struct 30 } BAR; 46 BAR bar_vla[n];
|
| vla-struct-fields.c | 26 typedef struct bar struct 30 } BAR;
|
| options.exp | 1025 "1 [expect_string "${str}" "BAR"]" \ 1026 "$cmd -string ${str} BAR" 1028 res_test_gdb_complete_none "0 BAR" "$cmd -string ${str} BAR" 1030 gdb_test "$cmd -string ${str} BAR --" "Unrecognized option at: BAR --"
|
| /src/usr.bin/make/unit-tests/ |
| export.mk | 4 UT_FOO= foo${BAR} 39 BAR= bar is ${UT_FU}
|
| /src/games/battlestar/ |
| dayobjs.c | 47 {275, BAR},
|
| extern.h | 130 #define BAR 62
|
| words.c | 111 { "bar", BAR, OBJECT, NULL },
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| meth-typedefs.cc | 95 class bar { }; class in namespace:a::b::c::d 99 typedef c::d::bar BAR; 103 typedef a::b::BAR _BAR_;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| meth-typedefs.cc | 95 class bar { }; class in namespace:a::b::c::d 99 typedef c::d::bar BAR; 103 typedef a::b::BAR _BAR_;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| BasicAliasAnalysis.h | 274 Optional<BasicAAResult> BAR; 280 BAR.emplace(createLegacyPMBasicAAResult(P, F)); 281 AAR.emplace(createLegacyPMAAResults(P, F, *BAR));
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| eqn.y | 62 %token BAR 113 %right BAR UNDER PRIME 223 | simple BAR
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 119 BAR = 320, /* BAR */ 297 #define BAR 320
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 119 BAR = 320, /* BAR */ 297 #define BAR 320
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ProgressBar.py | 167 # Example use case: progress bar 172 A simple progress bar which doesn't need any terminal support. 174 This prints out a progress bar like: 212 A 3-line progress bar, which looks like:: 218 The progress bar is colored, if the terminal supports color 221 BAR = '%s${%s}[${BOLD}%s%s${NORMAL}${%s}]${NORMAL}%s' 240 self.cleared = 1 #: true if we haven't drawn the bar yet. 268 bar = self.BAR % (prefix, bc, '='*n, '-'*(barWidth-n), bc, suffix) 269 bar = self.term.render(bar [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| cli-out.c | 279 the progress bar. TOTAL is the size of the download whose progress is 281 is between 0.0 and 1.0, a progress bar is displayed indicating the percentage 315 info.state = progress_update::BAR; 324 if (info.state != progress_update::BAR
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| cli-out.c | 278 the progress bar. TOTAL is the size of the download whose progress is 280 is between 0.0 and 1.0, a progress bar is displayed indicating the percentage 314 info.state = progress_update::BAR; 323 if (info.state != progress_update::BAR
|
| /src/sys/dev/marvell/ |
| gtpci.c | 263 int bars[2]; /* BAR Size registers */ 298 { P2P Mem0 BAR, 301 { P2P I/O BAR, 304 { Expansion ROM BAR,
|