Home
last modified time | relevance | path

Searched refs:paren (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
HDspu-dis.c120 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()
HDChangeLog-92971055 * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
/freebsd-11-stable/contrib/libpcap/
HDgrammar.y311 %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/
HDregexp.c300 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/
HDlibelftc_dem_gnu3.c107 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/
HDlibelftc_dem_gnu3.c121 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/
HDmain.c150 } quotes[MAXRECORD], paren[MAXRECORD]; variable
426 dump_stack(paren, PARLEV); in macro()
448 record(paren, PARLEV++); in macro()
HDNOTES58 | prcf -----------+ plev: paren level
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-spu.c382 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/
HDt_regex.sh55 create_tc paren "Checks parentheses"
/freebsd-11-stable/lib/libc/tests/regex/
HDMakefile33 ${PACKAGE}DATA_FILES+= data/paren.in
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
HDt_cmdsub.sh556 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/
HDdirectives.c1815 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()
HDexpr.c526 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/
HDObjCMT.cpp410 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/
HDbasic.css_t479 .sig-paren {
/freebsd-11-stable/usr.bin/vi/catalog/
HDdutch.UTF-8.base46 047 "De %s optie moet karakter paren bevatten"
/freebsd-11-stable/contrib/nvi/catalog/
HDdutch.base46 047 "De %s optie moet karakter paren bevatten"
/freebsd-11-stable/contrib/libreadline/
HDCHANGES645 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/
HDRewriteObjC.cpp2268 int paren = 0; in RewriteBlockPointerTypeVariable() local
2273 paren++; in RewriteBlockPointerTypeVariable()
2277 paren--; in RewriteBlockPointerTypeVariable()
2281 if (paren == 1) in RewriteBlockPointerTypeVariable()
HDRewriteModernObjC.cpp2354 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/
HDrltech.texi1183 a balancing character when @code{blink-matching-paren} has been enabled.
/freebsd-11-stable/contrib/gcc/
HDFSFChangeLog516 * rs6000.c (rs6000_stack_info): Remove extra paren.
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdbint.texinfo5187 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/
HDChangeLog2725 A right paren was placed at the wrong location, which broke

12