Home | History | Annotate | Download | only in libedit

Lines Matching refs:el_flags

282 	int tried = (el->el_flags & FIXIO) == 0;
424 if (el->el_flags & HANDLE_SIGNALS)
426 if (el->el_flags & NO_TTY)
428 if ((el->el_flags & (UNBUFFERED|EDIT_DISABLED)) == UNBUFFERED)
438 if (el->el_flags & UNBUFFERED)
445 if ((el->el_flags & UNBUFFERED) == 0)
447 if (el->el_flags & HANDLE_SIGNALS)
462 if (el->el_flags & UNBUFFERED ||
489 if (el->el_flags & NO_TTY) {
509 if ((el->el_flags & UNBUFFERED) == 0)
512 if (el->el_flags & EDIT_DISABLED) {
513 if ((el->el_flags & UNBUFFERED) == 0)
572 if ((el->el_flags & UNBUFFERED) == 0)
602 if (el->el_flags & UNBUFFERED)
608 if ((el->el_flags & UNBUFFERED) == 0) {