Home
last modified time | relevance | path

Searched refs:IGNORE_EXTCHARS (Results 1 – 3 of 3) sorted by relevance

/external/libedit/src/
Deln.c54 el->el_flags |= IGNORE_EXTCHARS; in el_getc()
57 el->el_flags &= ~IGNORE_EXTCHARS; in el_getc()
79 el->el_flags |= IGNORE_EXTCHARS; in el_gets()
81 el->el_flags &= ~IGNORE_EXTCHARS; in el_gets()
Del.h61 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
Dread.c373 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) { in read_char()