Searched refs:IGNORE_EXTCHARS (Results 1 – 3 of 3) sorted by relevance
56 el->el_flags |= IGNORE_EXTCHARS; in el_getc()59 el->el_flags &= ~IGNORE_EXTCHARS; in el_getc()82 el->el_flags |= IGNORE_EXTCHARS; in el_gets()91 el->el_flags &= ~IGNORE_EXTCHARS; in el_gets()
62 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
375 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) { in read_char()