/freebsd/contrib/less/ |
H A 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/contrib/elftoolchain/libelftc/ |
H A D | 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/contrib/bmake/unit-tests/ |
H A D | varmod-edge.mk | 24 INP= (paren-brace} ( 26 EXP= (paren-brace}
|
/freebsd/contrib/libcxxrt/ |
H A D | libelftc_dem_gnu3.c | 121 bool paren; member 583 td.paren = false; in __cxa_demangle_gnu3() 638 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")")) in __cxa_demangle_gnu3() 1646 bool paren, non_cv_qualifier; in cpp_demangle_read_function() local 1678 paren = false; in cpp_demangle_read_function() 1683 paren = true; in cpp_demangle_read_function() 1715 if (paren) { in cpp_demangle_read_function() 1718 paren = false; in cpp_demangle_read_function() 1721 td.paren = false; in cpp_demangle_read_function() 1734 if (td.paren) { in cpp_demangle_read_function() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex.sh | 55 create_tc paren "Checks parentheses"
|
/freebsd/usr.bin/m4/ |
H A D | main.c | 167 } quotes[MAXRECORD], paren[MAXRECORD]; variable 446 dump_stack(paren, PARLEV); in macro() 468 record(paren, PARLEV++); in macro()
|
H A D | NOTES | 58 | prcf -----------+ plev: paren level
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 378 %type <blk> and or paren not null prog 460 | paren pid ')' { $$ = $2; } 576 paren: '(' { $$ = $<blk>0; } 604 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; } 866 | paren narth ')' { $$ = $2; } 876 | paren pnum ')' { $$ = $2; } 898 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; } 931 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }
|
/freebsd/lib/libc/tests/regex/ |
H A D | Makefile.inc | 30 ${PACKAGE}DATA_FILES+= data/paren.in
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | 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/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2704 int paren = 0; in ParseOpenMPDeclarativeOrExecutableDirective() local 2705 while (Tok.isNot(tok::r_paren) || paren != 0) { in ParseOpenMPDeclarativeOrExecutableDirective() 2707 paren++; in ParseOpenMPDeclarativeOrExecutableDirective() 2709 paren--; in ParseOpenMPDeclarativeOrExecutableDirective() 2754 int paren = 0; in ParseOpenMPDeclarativeOrExecutableDirective() local 2756 while (Tok.isNot(tok::r_paren) || paren != 0) { in ParseOpenMPDeclarativeOrExecutableDirective() 2758 paren++; in ParseOpenMPDeclarativeOrExecutableDirective() 2760 paren--; in ParseOpenMPDeclarativeOrExecutableDirective()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 399 int paren = 0; in MigrateBlockOrFunctionPointerTypeVariable() local 404 paren++; in MigrateBlockOrFunctionPointerTypeVariable() 408 paren--; in MigrateBlockOrFunctionPointerTypeVariable() 413 if (paren == 1) { in MigrateBlockOrFunctionPointerTypeVariable()
|
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 882 bool paren; in bc_parse_return() local 894 paren = (t == BC_LEX_LPAREN); in bc_parse_return() 913 if (!paren || p->l.last != BC_LEX_RPAREN) in bc_parse_return()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 48 Models a parenthesized expression `(E)`. C++ [expr.prim.paren]
|
/freebsd/contrib/libxo/doc/_static/ |
H A D | basic.css_t | 479 .sig-paren {
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 141 // call, including the open parenthesis. MveEmitter puts the closing paren on 142 // the end. So if we _just_ specify an open paren with no function name
|
H A D | DiagnosticSemaKinds.td | 7278 InGroup<DiagGroup<"gnu-array-member-paren-init">>, DefaultError;
|
/freebsd/contrib/nvi/catalog/ |
H A D | dutch.base | 46 047 "De %s optie moet karakter paren bevatten"
|
/freebsd/usr.bin/vi/catalog/ |
H A D | dutch.UTF-8.base | 46 047 "De %s optie moet karakter paren bevatten"
|
/freebsd/contrib/one-true-awk/ |
H A D | ChangeLog | 104 * b.c (relex): Count parentheses and treat umatched right paren
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2357 int paren = 0; in RewriteBlockPointerTypeVariable() local 2362 paren++; in RewriteBlockPointerTypeVariable() 2366 paren--; in RewriteBlockPointerTypeVariable() 2370 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
/freebsd/share/dict/ |
H A D | web2 | 139508 paren
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |