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

/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y116 #define ansiLintLibrary() (proto_style == PROTO_ANSI_LLIB)
118 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary())
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c146 #define ansiLintLibrary() (proto_style == PROTO_ANSI_LLIB) macro
148 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary())
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c166 #define ansiLintLibrary() (proto_style == PROTO_ANSI_LLIB) macro
168 #define lintLibrary() (knrLintLibrary() || ansiLintLibrary())

Completed in 129 milliseconds