Home
last modified time | relevance | path

Searched refs:TERM_NO_EDIT (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dterm.h51 #define TERM_NO_EDIT (1 << 1) macro
H A Dchar_io.c794 if (current_term->flags & (TERM_NO_ECHO | TERM_NO_EDIT)) in get_cmdline()
H A Dbuiltins.c4784 term_flags |= (TERM_NO_ECHO | TERM_NO_EDIT); in terminal_func()
4786 term_flags |= TERM_NO_EDIT; in terminal_func()
4822 current_term->flags & TERM_NO_EDIT ? " (no edit)" : "", in terminal_func()
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dmain.c261 current_term->flags = TERM_NO_EDIT | TERM_DUMB; in main()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog1530 TERM_NO_EDIT | TERM_DUMB. TERMINAL is not used any longer.