Lines Matching defs:notice
55 #define MAGICOFF "noticed" /* no notice if found in pragma */
57 #define NOTICED "Copyright" /* no notice if found in magic */
58 #define PUBLICDOMAIN "Public Domain" /* no notice if found in magic */
2119 * notice !=0 copyright notice info commented at the top
2120 * options !=0 additional notice name=value pairs, space or ; separated
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags)
2194 notice = options = 0;
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2254 notice = options = 0;
2276 if (notice || options)
2279 notice = options = 0;
2290 notice = options = 0;
2296 notice = options = 0;
2338 if (notice || options)
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2375 if (notice || options || (flags & (PROTO_HEADER|PROTO_INCLUDE)))
2378 if (notice || options)
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2413 proto->op = strcopy(proto->op, "\n%{\n" + !notice);
2419 if (n || notice || options)