Lines Matching defs:escape
1207 * ignore escape characters
4763 int balance, escape;
4766 escape = 0;
4768 if (escape == 0) {
4774 if (*s == '\\' && ! escape)
4775 escape = 1;
4777 escape = 0;
4814 int parens, balance, escape;
4871 escape = 0;
4874 if (escape == 0) {
4880 if (*next == '\\' && ! escape)
4881 escape = 1;
4883 escape = 0;
5103 * Check in place both LDAPv2 (RFC-1960) and LDAPv3 (hexadecimal) escape
5106 * If 'val' contains invalid escape sequences we return -1.
5112 int escape, firstdigit;
5116 escape = 0;
5118 if (escape) {
5120 * first try LDAPv3 escape (hexadecimal) sequence
5125 * LDAPv2 (RFC1960) escape sequence
5127 escape = 0;
5135 escape = 0;
5139 escape = 0;
5142 escape = 1;