Searched refs:paren (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh55 create_tc paren "Checks parentheses"
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dspu-dis.c120 int paren = 0; local
141 if (arg != A_P && !paren && i > 1)
171 paren++;
250 if (arg != A_P && paren)
253 paren--;
/freebsd-11-stable/contrib/less/
H A Dregexp.c300 reg(paren, flagp)
301 int paren; /* Parenthesized? */
313 if (paren) {
345 ender = regnode((paren) ? CLOSE+parno : END);
353 if (paren && *regparse++ != ')') {
355 } else if (!paren && *regparse != '\0') {
/freebsd-11-stable/lib/libc/tests/regex/
H A DMakefile33 ${PACKAGE}DATA_FILES+= data/paren.in
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y311 %type <blk> and or paren not null prog
383 | paren pid ')' { $$ = $2; }
437 paren: '(' { $$ = $<blk>0; } label
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/usr.bin/m4/
H A Dmain.c150 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position
426 dump_stack(paren, PARLEV);
448 record(paren, PARLEV++);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c107 bool paren; member in struct:type_delimit
245 td.paren = false;
300 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
1308 bool paren, non_cv_qualifier; local
1340 paren = false;
1345 paren = true;
1377 if (paren) {
1380 paren = false;
1383 td.paren = false;
1396 if (td.paren) {
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c121 bool paren; member in struct:type_delimit
579 td.paren = false;
634 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
1642 bool paren, non_cv_qualifier; local
1674 paren = false;
1679 paren = true;
1711 if (paren) {
1714 paren = false;
1717 td.paren = false;
1730 if (td.paren) {
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-spu.c384 int paren = 0;
402 paren++;
413 if (arg != A_P && paren)
415 paren--;
432 return !paren && (*param == 0 || *param == '\n');
382 int paren = 0; local
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_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/
H A Dexpr.c526 int paren = 0; local
537 paren = 1;
544 if (paren && cpp_get_token (pfile)->type != CPP_CLOSE_PAREN)
836 /* Complain about missing paren during reduction. */;
H A Ddirectives.c1815 const cpp_token *paren; local
1819 /* In a conditional, it is legal to not have an open paren. We
1821 paren = cpp_get_token (pfile);
1823 /* If not a paren, see if we're OK. */
1824 if (paren->type != CPP_OPEN_PAREN)
1835 if (type == T_UNASSERT && paren->type == CPP_EOF)
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp410 int paren = 0; local
415 paren++;
419 paren--;
424 if (paren == 1) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1851 "bogus @catch paren location");
1878 assert((*rParenBuf == ')') && "bogus @catch paren location");
2268 int paren = 0; local
2273 paren++;
2277 paren--;
2281 if (paren == 1)
4007 argPtr++; // skip past the left paren.
H A DRewriteModernObjC.cpp2354 int paren = 0; local
2359 paren++;
2363 paren--;
2367 if (paren == 1)
4851 argPtr++; // skip past the left paren.

Completed in 169 milliseconds