Searched refs:LINT_ALL (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Deval.c2140 do_lint = LINT_ALL;
2151 do_lint = LINT_ALL;
2158 do_lint = LINT_ALL;
H A Dmain.c360 do_lint = LINT_ALL;
H A Dbuiltin.c1261 if (do_lint == LINT_ALL)
1286 /* substr("", 1, 0) produces a warning only if LINT_ALL */
1287 if (do_lint && (do_lint == LINT_ALL || ((indx | length) != 0)))
H A Dawk.h281 #define LINT_ALL 2 /* warn about all things */ macro

Completed in 56 milliseconds