HomeSort by: relevance | last modified time | path
    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