Lines Matching defs:escape
384 int balance, escape;
387 escape = 0;
389 if ( escape == 0 ) {
395 if ( *s == '\\' && ! escape )
396 escape = 1;
398 escape = 0;
447 int parens, balance, escape;
521 escape = 0;
524 if ( escape == 0 ) {
530 if ( *next == '\\' && ! escape )
531 escape = 1;
533 escape = 0;
791 * Undo in place both LDAPv2 (RFC-1960) and LDAPv3 (hexadecimal) escape
795 * If 'val' contains invalid escape sequences we return -1.
801 int escape, firstdigit, ival;
804 escape = 0;
806 if ( escape ) {
808 * first try LDAPv3 escape (hexadecimal) sequence
813 * LDAPv2 (RFC1960) escape sequence
816 escape = 0;
826 escape = 0;
831 escape = 0;
834 escape = 1;