Searched refs:IGNORE_EXTCHARS (Results 1 – 3 of 3) sorted by relevance
54 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()
61 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
373 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) { in read_char()