Home | History | Annotate | Download | only in pppd

Lines Matching full:escape

1116     int c, len, escape;
1124 escape = 0;
1137 * is ignored. Note that we cannot have escape && comment.
1140 if (!escape) {
1144 escape = 0;
1157 if (escape)
1161 * If this is the escape character, look at the next character.
1164 escape = 1;
1186 if (!escape && (c == '"' || c == '\'')) {
1196 if (escape) {
1202 escape = 0;
1271 * Store the resulting character for the escape sequence.
1297 * Backslash starts an escape sequence.
1300 escape = 1;