Lines Matching defs:comment
83 char cc[3]; /* beg mid end comment char */
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags)
2191 if (!comment)
2192 comment = "/*";
2193 if (!(proto->cc[0] = comment[0]))
2195 else if (comment[1])
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[0];
2201 proto->cc[1] = proto->cc[2] = comment[0];