Home
last modified time | relevance | path

Searched refs:current_term (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c108 if (current_term->setcolorstate) in print_entry()
130 if (current_term->setcolorstate) in print_entry()
202 if (current_term->setcolorstate) in print_border()
232 if (current_term->setcolorstate) in print_border()
745 prev_term = current_term; in run_menu()
748 if (current_term->shutdown) { in run_menu()
749 (*current_term->shutdown)(); in run_menu()
788 current_term = prev_term; in run_menu()
789 if (current_term->startup) in run_menu()
1113 if (current_term->startup) in cmain()
[all …]
H A Dchar_io.c369 if (current_term->flags & TERM_DUMB) in real_get_cmdline()
393 if (current_term->flags & TERM_DUMB) in real_get_cmdline()
1162 return current_term->getkey (); in getkey()
1169 return current_term->checkkey (); in checkkey()
1214 if (current_term->setcolorstate) in grub_putchar()
1236 current_term->putchar (c); in grub_putchar()
1245 current_term->gotoxy (x, y); in gotoxy()
1251 return current_term->getxy (); in getxy()
1258 if (current_term->flags & TERM_DUMB) in cls()
1261 current_term->cls (); in cls()
[all …]
H A Dcmdline.c24 extern struct term_entry *current_term;
237 if (current_term->shutdown) { in run_script()
238 (*current_term->shutdown)(); in run_script()
239 current_term = term_table; /* assumption: console is first */ in run_script()
H A Dbuiltins.c710 if (current_term->setcolor) in color_func()
1056 if (current_term->shutdown) { in verbose_func()
1057 (*current_term->shutdown)(); in verbose_func()
1216 if (current_term->cls) in clear_func()
1217 current_term->cls(); in clear_func()
4879 current_term->name, in terminal_func()
4962 current_term = term_table + i; in terminal_func()
4967 current_term = prev_term; in terminal_func()
4979 current_term->flags = term_flags; in terminal_func()
4991 if (current_term->startup) in terminal_func()
[all …]
H A Dterm.h95 extern struct term_entry *current_term;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c261 current_term->flags = TERM_NO_EDIT | TERM_DUMB; in main()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1417 [!STAGE1_5] (current_term): Likewise.