Lines Matching defs:err

99 sub err($) {
148 err($okmsg);
177 err("continuation line improperly indented");
220 err("improper first line of block comment");
223 err("block comment not indented properly");
240 err("improper block comment close")
244 err("improper block comment")
265 err("line > 80 characters");
276 err("spaces instead of tabs");
280 err("indent by spaces instead of tabs");
284 err("indent not a multiple of 4");
287 err("space or tab at end of line");
291 err("continuation line not indented by 4 spaces");
298 err("comment preceded by non-blank");
301 err("spaces between tabs");
304 err("tabs between spaces");
313 err("missing blank after open comment");
316 err("missing blank before close comment");
320 err("unterminated single line comment");
329 err("missing blank after start comment");
377 err("$nospace assignment operator");
379 err("$nospace shift operator");
381 err("$nospace relational operator");
383 err("$nospace assignment operator");
388 err("comma or semicolon followed by non-blank");
392 err("comma or semicolon preceded by blank");
396 err("improper boolean continuation");
400 err("more than one space around boolean operator");
403 err("missing space between keyword and paren");
406 err("more than one keyword on line");
410 err("extra space between keyword and paren");
420 err("extra space between function name and left paren");
425 err("whitespace after left paren");
429 err("whitespace before right paren");
432 err("missing space after (void) cast");
435 err("missing space before left brace");
438 err("left brace starting a line");
441 err("missing space after right brace");
444 err("extra space after right brace");
447 err("missing space between type name and *");
454 err("possible bad text following right brace");
459 err("possible left brace starting a line");
475 err("last line in file is blank");