Lines Matching +refs:msg +refs:debug
51 function warn (msg)
53 print "makeobjops.awk:", msg > "/dev/stderr";
56 function warnsrc (msg)
58 warn(src ":" lineno ": " msg);
61 function debug (msg) function
64 warn(msg);
67 function die (msg)
69 warn(msg);
138 debug($0);
146 debug("Interface " intname);
210 debug("Method: name=" name " return type=" ret);
215 debug($0);
393 debug("Will produce files in original not in current directory");
399 debug("Line width set to " line_width);
403 debug("Filename: " filenames[i]);
415 debug("Processing from " src " to " cfilename " / " hfilename);
461 debug("Included file: " incld);
501 debug($0);