Lines Matching refs:escape
380 int balance, escape;
383 escape = 0;
385 if ( escape == 0 ) {
391 if ( *s == '\\' && ! escape )
392 escape = 1;
394 escape = 0;
443 int parens, balance, escape;
517 escape = 0;
520 if ( escape == 0 ) {
526 if ( *next == '\\' && ! escape )
527 escape = 1;
529 escape = 0;
787 * Undo in place both LDAPv2 (RFC-1960) and LDAPv3 (hexadecimal) escape
791 * If 'val' contains invalid escape sequences we return -1.
797 int escape, firstdigit, ival;
800 escape = 0;
802 if ( escape ) {
804 * first try LDAPv3 escape (hexadecimal) sequence
809 * LDAPv2 (RFC1960) escape sequence
812 escape = 0;
822 escape = 0;
827 escape = 0;
830 escape = 1;