Searched refs:IGNORE_EXTCHARS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h61 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
H A Deln.c54 el->el_flags |= IGNORE_EXTCHARS;
57 el->el_flags &= ~IGNORE_EXTCHARS;
79 el->el_flags |= IGNORE_EXTCHARS;
81 el->el_flags &= ~IGNORE_EXTCHARS;
H A Dread.c359 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) {
/macosx-10.10/libedit-40/src/
H A Del.h61 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
H A Deln.c55 el->el_flags |= IGNORE_EXTCHARS;
58 el->el_flags &= ~IGNORE_EXTCHARS;
82 el->el_flags |= IGNORE_EXTCHARS;
85 el->el_flags &= ~IGNORE_EXTCHARS;
H A Dread.c367 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) {

Completed in 154 milliseconds