| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | 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()
|
| HD | ChangeLog-9297 | 1055 * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
|
| /freebsd-11-stable/contrib/libpcap/ |
| HD | grammar.y | 311 %type <blk> and or paren not null prog 383 | paren pid ')' { $$ = $2; } 437 paren: '(' { $$ = $<blk>0; } 465 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; } 716 | paren narth ')' { $$ = $2; } 726 | paren pnum ')' { $$ = $2; } 748 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; } 781 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }
|
| /freebsd-11-stable/contrib/less/ |
| HD | 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-11-stable/contrib/elftoolchain/libelftc/ |
| HD | libelftc_dem_gnu3.c | 107 bool paren; member 245 td.paren = false; in cpp_demangle_gnu3() 300 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")")) in cpp_demangle_gnu3() 1308 bool paren, non_cv_qualifier; in cpp_demangle_read_function() local 1340 paren = false; in cpp_demangle_read_function() 1345 paren = true; in cpp_demangle_read_function() 1377 if (paren) { in cpp_demangle_read_function() 1380 paren = false; in cpp_demangle_read_function() 1383 td.paren = false; in cpp_demangle_read_function() 1396 if (td.paren) { in cpp_demangle_read_function() [all …]
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | libelftc_dem_gnu3.c | 121 bool paren; member 579 td.paren = false; in __cxa_demangle_gnu3() 634 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")")) in __cxa_demangle_gnu3() 1642 bool paren, non_cv_qualifier; in cpp_demangle_read_function() local 1674 paren = false; in cpp_demangle_read_function() 1679 paren = true; in cpp_demangle_read_function() 1711 if (paren) { in cpp_demangle_read_function() 1714 paren = false; in cpp_demangle_read_function() 1717 td.paren = false; in cpp_demangle_read_function() 1730 if (td.paren) { in cpp_demangle_read_function() [all …]
|
| /freebsd-11-stable/usr.bin/m4/ |
| HD | main.c | 150 } quotes[MAXRECORD], paren[MAXRECORD]; variable 426 dump_stack(paren, PARLEV); in macro() 448 record(paren, PARLEV++); in macro()
|
| HD | NOTES | 58 | prcf -----------+ plev: paren level
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | 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-11-stable/contrib/netbsd-tests/lib/libc/regex/ |
| HD | t_regex.sh | 55 create_tc paren "Checks parentheses"
|
| /freebsd-11-stable/lib/libc/tests/regex/ |
| HD | Makefile | 33 ${PACKAGE}DATA_FILES+= data/paren.in
|
| /freebsd-11-stable/contrib/netbsd-tests/bin/sh/ |
| HD | t_cmdsub.sh | 556 atf_check -s exit:0 -o inline:'C: comment then closing paren\n' \ 559 echo C: comment then closing paren # )
|
| /freebsd-11-stable/contrib/gcclibs/libcpp/ |
| HD | 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()
|
| HD | 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-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 410 int paren = 0; in MigrateBlockOrFunctionPointerTypeVariable() local 415 paren++; in MigrateBlockOrFunctionPointerTypeVariable() 419 paren--; in MigrateBlockOrFunctionPointerTypeVariable() 424 if (paren == 1) { in MigrateBlockOrFunctionPointerTypeVariable()
|
| /freebsd-11-stable/contrib/libxo/doc/_static/ |
| HD | basic.css_t | 479 .sig-paren {
|
| /freebsd-11-stable/usr.bin/vi/catalog/ |
| HD | dutch.UTF-8.base | 46 047 "De %s optie moet karakter paren bevatten"
|
| /freebsd-11-stable/contrib/nvi/catalog/ |
| HD | dutch.base | 46 047 "De %s optie moet karakter paren bevatten"
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | 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-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 2268 int paren = 0; in RewriteBlockPointerTypeVariable() local 2273 paren++; in RewriteBlockPointerTypeVariable() 2277 paren--; in RewriteBlockPointerTypeVariable() 2281 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| HD | RewriteModernObjC.cpp | 2354 int paren = 0; in RewriteBlockPointerTypeVariable() local 2359 paren++; in RewriteBlockPointerTypeVariable() 2363 paren--; in RewriteBlockPointerTypeVariable() 2367 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| /freebsd-11-stable/contrib/libreadline/doc/ |
| HD | rltech.texi | 1183 a balancing character when @code{blink-matching-paren} has been enabled.
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | FSFChangeLog | 516 * rs6000.c (rs6000_stack_info): Remove extra paren.
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | 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-11-stable/contrib/gperf/ |
| HD | ChangeLog | 2725 A right paren was placed at the wrong location, which broke
|