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

/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y118 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary())
342 return (lintLibrary() && !return_val) ? "void" : "int";
931 if (lintLibrary()) { /* Lint doesn't grok C++ ref variables */
1159 if (lintLibrary()) {
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c148 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary()) macro
372 return (lintLibrary() && !return_val) ? "void" : "int";
1068 if (lintLibrary()) {
1874 if (lintLibrary()) { /* Lint doesn't grok C++ ref variables */
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c168 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary()) macro
392 return (lintLibrary() && !return_val) ? "void" : "int";
1324 if (lintLibrary()) {
2601 if (lintLibrary()) { /* Lint doesn't grok C++ ref variables */

Completed in 159 milliseconds