Lines Matching refs:package
3 * This software is part of the ast package *
1305 char* package;
1525 { "package",sizeof( "package")-1,0},
2167 copy(&tmp, " package", -1);
2760 if (proto->package)
2789 op = strcopy(op - 1, proto->package);
4108 if (!(flags & (1L<<19)) || proto->package)
4111 if (proto->package)
4113 op = strcopy(op - 1, proto->package);
4423 pppopen __PARAM__((char* file, int fd, char* notice, char* options, char* package, char* comment, int flags), (file, fd, notice, options, package, comment, flags)) __OTORP__(char* file; int fd; char* notice; char* options; char* package; char* comment; int flags;){
4488 proto->package = package;
4857 proto __PARAM__((char* file, char* license, char* options, char* package, char* copy, char* comment, int flags), (file, license, options, package, copy, comment, flags)) __OTORP__(char* file; char* license; char* options; char* package; char* copy; char* comment; int flags;){
4869 else if (b = pppopen(file, 0, license, options, package, comment, flags))
5048 char* package = 0;
5071 if (!*(package = ++file) && !(package = *++argv))
5163 b = "Usage: proto [-dfhinprstvzP+S] [-C directory] [-e package] [-l file]\n [-o \"name='value' ...\"] [-L file] file ...\n";
5275 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
5282 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
5284 flags = proto(file, license, options, package, copy, type(file, comment), flags);