Home | History | Annotate | Download | only in lint1

Lines Matching defs:by

17  *	This product includes software developed by Jochen Pohl for
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
197 "division by 0", // 139
198 "modulus by 0", // 140
223 "constant truncated by assignment", // 165
364 "constant %s truncated by conversion, op '%s'", // 306
414 "short octal escape '%.*s' followed by digit '%c'", // 356
436 "conversion '%.*s' is unreachable by input value", // 378
452 struct include_level *by;
488 top->by = includes;
492 includes = top->by;
515 for (top = top->by; top != NULL; top = top->by)
568 /* this warning is suppressed by a LINTED comment */
763 // guarded by this flag, as that happens in the query_message macro already.