Home
last modified time | relevance | path

Searched defs:paren_open (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex98 static int paren_open = 0; variable
H A Dzlexer.c620 static int paren_open = 0; variable
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp699 const std::string::size_type paren_open = expression.find('('); in evaluate() local