| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | spu-dis.c | 120 int paren = 0; in print_insn_spu() local 141 if (arg != A_P && !paren && i > 1) in print_insn_spu() 171 paren++; in print_insn_spu() 250 if (arg != A_P && paren) in print_insn_spu() 253 paren--; in print_insn_spu()
|
| D | ChangeLog-9297 | 1055 * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
|
| /freebsd-9-stable/contrib/texinfo/info/ |
| D | search.c | 305 int paren = 0; in skip_node_characters() local 316 paren++; in skip_node_characters() 323 if (paren) in skip_node_characters() 326 paren++; in skip_node_characters() 328 paren--; in skip_node_characters()
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | grammar.y | 264 %type <blk> and or paren not null prog 337 | paren pid ')' { $$ = $2; } 397 paren: '(' { $$ = $<blk>0; } 418 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; } 625 | paren narth ')' { $$ = $2; } 635 | paren pnum ')' { $$ = $2; } 658 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; } 684 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }
|
| /freebsd-9-stable/contrib/less/ |
| D | regexp.c | 300 reg(paren, flagp) in reg() argument 301 int paren; /* Parenthesized? */ in reg() 313 if (paren) { 345 ender = regnode((paren) ? CLOSE+parno : END); 353 if (paren && *regparse++ != ')') { 355 } else if (!paren && *regparse != '\0') {
|
| /freebsd-9-stable/usr.bin/m4/ |
| D | main.c | 151 } quotes[MAXRECORD], paren[MAXRECORD]; variable 420 dump_stack(paren, PARLEV); in macro() 442 record(paren, PARLEV++); in macro()
|
| D | NOTES | 58 | prcf -----------+ plev: paren level
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-spu.c | 382 int paren = 0; in calcop() local 400 paren++; in calcop() 411 if (arg != A_P && paren) in calcop() 413 paren--; in calcop() 430 return !paren && (*param == 0 || *param == '\n'); in calcop()
|
| /freebsd-9-stable/contrib/texinfo/makeinfo/ |
| D | node.c | 368 int paren_seen, paren; in isolate_nodename() local 374 paren_seen = paren = i = 0; in isolate_nodename() 384 paren++; in isolate_nodename() 391 if (paren) in isolate_nodename() 394 paren++; in isolate_nodename() 396 paren--; in isolate_nodename()
|
| /freebsd-9-stable/contrib/libcxxrt/ |
| D | libelftc_dem_gnu3.c | 88 bool paren; /* parenthesis opened */ member 513 if (ddata.paren && !vector_str_push(&ddata.output, ")", 1)) in __cxa_demangle_gnu3() 571 d->paren = false; in cpp_demangle_data_init() 1745 if (ddata->paren == true) { in cpp_demangle_read_local_name() 1748 ddata->paren = false; in cpp_demangle_read_local_name() 2508 if (ddata->paren == false) { in cpp_demangle_read_type() 2513 ddata->paren = true; in cpp_demangle_read_type() 2919 ddata->paren = true; in cpp_demangle_read_type()
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | directives.c | 1815 const cpp_token *paren; in parse_answer() local 1821 paren = cpp_get_token (pfile); in parse_answer() 1824 if (paren->type != CPP_OPEN_PAREN) in parse_answer() 1835 if (type == T_UNASSERT && paren->type == CPP_EOF) in parse_answer()
|
| D | expr.c | 526 int paren = 0; in parse_defined() local 537 paren = 1; in parse_defined() 544 if (paren && cpp_get_token (pfile)->type != CPP_CLOSE_PAREN) in parse_defined()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 267 int paren = 0; in MigrateBlockOrFunctionPointerTypeVariable() local 272 paren++; in MigrateBlockOrFunctionPointerTypeVariable() 276 paren--; in MigrateBlockOrFunctionPointerTypeVariable() 281 if (paren == 1) { in MigrateBlockOrFunctionPointerTypeVariable()
|
| /freebsd-9-stable/contrib/nvi/catalog/ |
| D | dutch.base | 46 048 "De paragraph optie moet karakter paren bevatten" 47 049 "De section optie moet karakter paren bevatten"
|
| D | dutch | 48 De paragraph optie moet karakter paren bevattenX 49 De section optie moet karakter paren bevattenX
|
| /freebsd-9-stable/contrib/libreadline/ |
| D | CHANGES | 645 a. The blink timeout for paren matching is now settable by applications, 773 or disabled when the value of the `blink-matching-paren' variable is 826 g. Fixed a silly typo in the paren matching code -- it's microseconds, not
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 2302 int paren = 0; in RewriteBlockPointerTypeVariable() local 2307 paren++; in RewriteBlockPointerTypeVariable() 2311 paren--; in RewriteBlockPointerTypeVariable() 2315 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| D | RewriteModernObjC.cpp | 2416 int paren = 0; in RewriteBlockPointerTypeVariable() local 2421 paren++; in RewriteBlockPointerTypeVariable() 2425 paren--; in RewriteBlockPointerTypeVariable() 2429 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaType.cpp | 3996 } else if (const ParenType *paren = dyn_cast<ParenType>(type)) { in hasDirectOwnershipQualifier() local 3997 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
|
| /freebsd-9-stable/contrib/libreadline/doc/ |
| D | rltech.texi | 1183 a balancing character when @code{blink-matching-paren} has been enabled.
|
| /freebsd-9-stable/contrib/gcc/ |
| D | FSFChangeLog | 516 * rs6000.c (rs6000_stack_info): Remove extra paren.
|
| D | ChangeLog-1999 | 13546 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced 15597 * i386.md (memory_bit_test): Fix paren error. 18398 (record_jump_cond): Fix mismatched paren in comment.
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 5187 required by C). There must not be a space after an open paren/bracket 5188 or before a close paren/bracket.
|
| /freebsd-9-stable/contrib/gperf/ |
| D | ChangeLog | 2725 A right paren was placed at the wrong location, which broke
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-2000 | 122 * call.c (build_new_function_call): Lose space before paren in
|