Home | History | Annotate | Download | only in pppd

Lines Matching defs:comment

1117     int quoted, comment;
1125 comment = 0;
1136 * A newline means the end of a comment; backslash-newline
1137 * is ignored. Note that we cannot have escape && comment.
1142 comment = 0;
1149 * Ignore characters other than newline in a comment.
1151 if (comment)
1169 * If this is the start of a comment, ignore the rest of the line.
1172 comment = 1;