Lines Matching refs:package
3 * This software is part of the ast package *
58 " compiler.]:[package]"
112 " [+package?The generic software package name, e.g., \bast\b.]"
291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags)
304 else if (b = pppopen(file, 0, license, options, package, comment, flags))
485 char* package = 0;
508 if (!*(package = ++file) && !(package = *++argv))
600 b = "Usage: proto [-dfhinprstvzP+S] [-C directory] [-e package] [-l file]\n [-o \"name='value' ...\"] [-L file] file ...\n";
620 package = opt_info.arg;
712 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
719 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
721 flags = proto(file, license, options, package, copy, type(file, comment), flags);