Lines Matching defs:escape
1159 int c, len, escape;
1167 escape = 0;
1180 * is ignored. Note that we cannot have escape && comment.
1184 if (!escape) {
1188 escape = 0;
1201 if (escape)
1205 * If this is the escape character, look at the next character.
1208 escape = 1;
1230 if (!escape && (c == '"' || c == '\'')) {
1240 if (escape) {
1246 escape = 0;
1315 * Store the resulting character for the escape sequence.
1342 * Backslash starts an escape sequence.
1345 escape = 1;
1931 lcp_wantoptions[0].asyncmap |= xonxoff; /* escape ^S and ^Q */
1934 xmit_accm[0][4] |= xonxoff; /* escape 0x91 and 0x93 as well */