Lines Matching refs:options
127 " \b--options\b.]"
130 "[o:options?Additional space or \b,\b separated \aname=value\a \b--license\b"
131 " options.]:[name=value,...]"
291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags)
304 else if (b = pppopen(file, 0, license, options, package, comment, flags))
484 char* options = 0;
539 if (!options)
541 options = op = opt;
546 proto_error(NiL, 3, b, "too many options");
638 if (!options)
640 options = op = opt;
645 error(3, "%s: too many options", opt_info.arg);
712 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
719 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
721 flags = proto(file, license, options, package, copy, type(file, comment), flags);