Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDeln.c56 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()
HDel.h62 #define IGNORE_EXTCHARS 0x20 /* Ignore characters read > 0xff */ macro
HDread.c375 if ((el->el_flags & IGNORE_EXTCHARS) && bytes > 1) { in read_char()