OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lintLibrary
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c
150
#define
lintLibrary
() (knrLintLibrary() || ansiLintLibrary())
374
return (
lintLibrary
() && !return_val) ? "void" : "int";
1083
if (
lintLibrary
()) {
1961
if (
lintLibrary
()) { /* Lint doesn't grok C++ ref variables */
/src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c
170
#define
lintLibrary
() (knrLintLibrary() || ansiLintLibrary())
394
return (
lintLibrary
() && !return_val) ? "void" : "int";
1338
if (
lintLibrary
()) {
2687
if (
lintLibrary
()) { /* Lint doesn't grok C++ ref variables */
Completed in 42 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026