Lines Matching refs:package
3 * This software is part of the ast package *
76 char* package; /* header package */
468 if (proto->package)
497 op = strcopy(op - 1, proto->package);
1842 if (!(flags & PLUSONLY) || proto->package)
1845 if (proto->package)
1847 op = strcopy(op - 1, proto->package);
2164 * package !=0 generate header for this package
2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags)
2234 proto->package = package;