Lines Matching full:lint
167 * configure.ac: Don't AC_DEFINE lint regardless of the configure
169 IF_LINT still appears and depends on lint.
9088 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
9092 suppress lint warnings, use arguments in merge function, and assign
9363 `if (YYID (N))' to pacify lint.
9411 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
9412 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
9414 lint.
9461 * src/parse-gram.y: Fix minor problems uncovered by lint.
9465 Cleanups so that Bison-generated parsers have less lint.
9467 Prepend /*ARGSUSED*/, for lint's sake.
9469 definition if 'lint' is defined.
9470 (YYID): New macro (or function, if lint).
9479 Use YYID(0) rather than 0, for lint.
9480 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
9481 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
9752 Use /*CONSTCOND*/ to suppress lint warnings.
9760 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
9791 unused-variable warnings. This pacifies 'lint'.
13903 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
14454 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
14994 * configure.ac: Define "lint" if --enable-gcc-warnings.