| /freebsd/contrib/less/ |
| H A D | regexp.c | 299 reg(int paren, int *flagp) 310 if (paren) { 342 ender = regnode((paren) ? CLOSE+parno : END); 350 if (paren && *regparse++ != ')') { 352 } else if (!paren && *regparse != '\0') { 300 reg(paren,flagp) reg() argument
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | paren-quoting.pc | 1 Name: paren-quoting
|
| /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 | 168 } 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/pkgconf/tests/ |
| H A D | builtins.sh | 67 pkgconf --libs paren-quoting
|
| H A D | parser.sh | 118 pkgconf --libs paren-quoting
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 365 %type <blk> and or paren not null prog 447 | paren pid ')' { $$ = $2; } 563 paren: '(' { $$ = $<blk>0; } 591 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; } 853 | paren narth ')' { $$ = $2; } 863 | paren pnum ')' { $$ = $2; } 885 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; } 918 | 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/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/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2607 int paren = 0; in ParseOpenMPDeclarativeOrExecutableDirective() local 2608 while (Tok.isNot(tok::r_paren) || paren != 0) { in ParseOpenMPDeclarativeOrExecutableDirective() 2610 paren++; in ParseOpenMPDeclarativeOrExecutableDirective() 2612 paren--; in ParseOpenMPDeclarativeOrExecutableDirective() 2658 int paren = 0; in ParseOpenMPDeclarativeOrExecutableDirective() local 2660 while (Tok.isNot(tok::r_paren) || paren != 0) { in ParseOpenMPDeclarativeOrExecutableDirective() 2662 paren++; in ParseOpenMPDeclarativeOrExecutableDirective() 2664 paren--; in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /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 | 142 // call, including the open parenthesis. MveEmitter puts the closing paren on 143 // the end. So if we _just_ specify an open paren with no function name
|
| /freebsd/contrib/one-true-awk/ |
| H A D | ChangeLog | 104 * b.c (relex): Count parentheses and treat umatched right paren
|
| /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/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2269 int paren = 0; in RewriteBlockPointerTypeVariable() local 2274 paren++; in RewriteBlockPointerTypeVariable() 2278 paren--; in RewriteBlockPointerTypeVariable() 2282 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| H A D | RewriteModernObjC.cpp | 2356 int paren = 0; in RewriteBlockPointerTypeVariable() local 2361 paren++; in RewriteBlockPointerTypeVariable() 2365 paren--; in RewriteBlockPointerTypeVariable() 2369 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 8296 const char *paren = NULL; in JimParseVar() local 8311 paren = pc->p; in JimParseVar() 8319 else if (paren) { in JimParseVar() 8321 paren++; in JimParseVar() 8322 pc->len += (pc->p - paren); in JimParseVar() 8323 pc->p = paren; in JimParseVar() 22236 static int reg(regex_t *preg, int paren, int *flagp ); 22343 static int reg(regex_t *preg, int paren, int *flagp ) in reg() argument 22354 if (paren) { in reg() 22390 ender = regnode(preg, (paren) ? CLOSE+parno : END); in reg() [all …]
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 1584 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
|