Lines Matching defs:comment
45 "[c:comment?\ab[m[e]]]]\a are the beginning, middle, and end comment"
49 " (the empty string) then the comment style is determined from the"
50 " input \afile\a suffix; no notice is prepended if the comment"
53 " comment.]"
76 "[l:license?Generate a license notice comment at the top of the output"
146 "[S:shell?Equivalent to \b--comment=\"#\".]"
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))
404 char comment[4];
448 * if !comment || !*comment then return a value compatible with file
452 type(register char* file, char* comment)
457 if (file && (!comment || !*comment))
466 return (char*)sufcom[i].comment;
468 return comment;
480 char* comment = 0;
501 if (!*(comment = ++file))
502 comment = *++argv;
594 comment = "#";
614 comment = opt_info.arg;
684 comment = "#";
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);