Lines Matching defs:options
67 long options; /* uncoupled flags */
702 if ((proto->options & REGULAR) && n < proto->iz)
999 if ((proto->options & EXTERNALIZE) && !strncmp(proto->tp, "static", 6))
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)
2190 if (m) proto->options |= REGULAR;
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;
2312 if (flags & PROTO_EXTERNALIZE) proto->options |= EXTERNALIZE;
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)
2419 if (n || notice || options)
2461 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2483 else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & REGULAR) && n < proto->iz)