Home
last modified time | relevance | path

Searched refs:bracket_found (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c9614 int bracket_found; local
9616 STRING_STRIP_BRACKETS (name, len, bracket_found);
9617 if (bracket_found)
H A Dparse.y6049 int bracket_found; local
6051 STRING_STRIP_BRACKETS (name, len, bracket_found);
6052 if (bracket_found)