Searched refs:lintwarn (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c152 lintwarn(_("exp: received non-numeric argument"));
325 lintwarn(_("index: received non-string first argument"));
327 lintwarn(_("index: received non-string second argument"));
437 lintwarn(_("int: received non-numeric argument"));
454 lintwarn(_("length: received non-string argument"));
470 lintwarn(_("log: received non-numeric argument"));
821 lintwarn(_("`l' is meaningless in awk formats; ignored"));
836 lintwarn(_("`L' is meaningless in awk formats; ignored"));
851 lintwarn(_("`h' is meaningless in awk formats; ignored"));
1055 lintwarn(
[all...]
H A Dnode.c58 lintwarn(_("can't convert string to float"));
65 lintwarn(_("can't convert string to float"));
74 lintwarn(_("can't convert string to float"));
88 lintwarn(_("can't convert string to float"));
115 lintwarn(_("can't convert string to float"));
355 lintwarn(_("backslash at end of string"));
539 lintwarn(_("POSIX does not allow `\\x' escapes"));
H A Dawkgram.y314 lintwarn(_("regexp constant `/%s/' looks like a C comment, but is not"), tokstart);
340 lintwarn(_("statement may have no effect"));
451 lintwarn(_("`nextfile' is a gawk extension"));
503 lintwarn(
517 lintwarn(_("`delete array' is a gawk extension"));
532 lintwarn(_("`delete(array)' is a non-portable tawk extension"));
615 lintwarn(_("statement may have no effect"));
772 lintwarn(_("regular expression on right of assignment"));
790 lintwarn(_("regular expression on right of comparison"));
857 lintwarn(
[all...]
H A Deval.c647 lintwarn(_("for loop: array `%s' changed size from %ld to %ld during loop execution"),
668 lintwarn(_("`break' outside a loop is not portable"));
689 lintwarn(_("`continue' outside a loop is not portable"));
785 lintwarn(_("statement has no effect"));
835 lintwarn(_("reference to uninitialized argument `%s'"),
841 lintwarn(_("reference to uninitialized argument `%s'"),
858 lintwarn(_("reference to uninitialized variable `%s'"),
1007 lintwarn(_("concatenation: side effects in one expression have changed the length of another!"));
1032 lintwarn(_("assignment used in conditional context"));
1752 lintwarn(
[all...]
H A Dawkgram.c1736 lintwarn(_("regexp constant `/%s/' looks like a C comment, but is not"), tokstart);
1760 lintwarn(_("statement may have no effect"));
1903 lintwarn(_("`nextfile' is a gawk extension"));
1960 lintwarn(
1980 lintwarn(_("`delete array' is a gawk extension"));
1998 lintwarn(_("`delete(array)' is a non-portable tawk extension"));
2090 lintwarn(_("statement may have no effect"));
2293 lintwarn(_("regular expression on right of assignment"));
2326 lintwarn(_("regular expression on right of comparison"));
2436 lintwarn(
[all...]
H A Dmain.c324 lintwarn(_("`-m[fr]' option irrelevant in gawk"));
450 lintwarn(
547 lintwarn(_("no program text at all!"));
730 lintwarn(_("-Ft does not set FS to tab in POSIX awk"));
979 lintwarn(_("`%s' is not a variable name, looking for file `%s=%s'"),
1069 lintwarn(_("no pre-opened fd %d"), fd);
1074 lintwarn(_("could not pre-open /dev/null for fd %d"), fd);
H A Dext.c60 lintwarn(_("`extension' is a gawk extension"));
H A Dio.c536 lintwarn(_("expression in `%s' redirection only has numeric value"),
547 lintwarn(_("filename `%s' for `%s' redirection may be result of logical expression"), str, what);
568 lintwarn(
765 lintwarn(_("reached system limit for open files: starting to multiplex file descriptors"));
821 lintwarn(_("close: `%.*s' is not an open file, pipe or co-process"),
862 lintwarn(_("close: redirection `%s' not opened with `|&', second argument ignored"),
925 lintwarn(_("failure status (%d) on pipe close of `%s' (%s)"),
928 lintwarn(_("failure status (%d) on file close of `%s' (%s)"),
940 * Don't use lintwarn() here. If lint warnings are fatal,
2428 lintwarn(
[all...]
H A Darray.c506 lintwarn(_("reference to uninitialized element `%s[\"%s\"]'"),
512 lintwarn(_("subscript of array `%s' is null string"),
609 lintwarn(_("delete: index `%s' not in array `%s'"),
H A Dfield.c842 lintwarn(_("split: null string for third arg is a gawk extension"));
894 lintwarn(_("`FIELDWIDTHS' is a gawk extension"));
994 lintwarn(_("null string for `FS' is a gawk extension"));
H A Dawk.h202 /* use this as lintwarn("...")
204 #define lintwarn (*(set_loc(__FILE__, __LINE__),lintfunc)) macro

Completed in 167 milliseconds