Lines Matching defs:notice
2162 * notice !=0 copyright notice info commented at the top
2163 * options !=0 additional notice name=value pairs, space or ; separated
2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags)
2242 notice = options = 0;
2277 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2280 hit = (notice || options) ? 0 : HIT_noticed;
2309 notice = options = 0;
2339 notice = options = 0;
2354 notice = options = 0;
2360 notice = options = 0;
2396 if (notice || options)
2410 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2433 if (notice || options || (flags & (PROTO_HEADER|PROTO_INCLUDE)))
2436 if (notice || options)
2438 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2471 proto->op = strcopy(proto->op, "\n%{\n" + !notice);
2477 if (n || notice || options)