Home
last modified time | relevance | path

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

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