Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y120 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary()) macro
344 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
933 if (lintLibrary()) { /* Lint doesn't grok C++ ref variables */
1161 if (lintLibrary()) { in process_file()