Home | History | Annotate | Download | only in libedit

Lines Matching refs:VEOL

390 #if defined(VEOL)
392 #endif /* VEOL */
647 #ifdef VEOL
649 return VEOL;
650 #endif /* VEOL */
750 #ifdef VEOL
751 s[C_EOL] = td->c_cc[VEOL];
752 #endif /* VEOL */
832 #ifdef VEOL
833 td->c_cc[VEOL] = s[C_EOL];
834 #endif /* VEOL */