HomeSort by relevance Sort by last modified time
    Searched refs:IGNORE_EXTCHARS (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
el.h 61 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */
eln.c 54 el->el_flags |= IGNORE_EXTCHARS;
57 el->el_flags &= ~IGNORE_EXTCHARS;
79 el->el_flags |= IGNORE_EXTCHARS;
81 el->el_flags &= ~IGNORE_EXTCHARS;
read.c 373 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) {

Completed in 47 milliseconds