Searched refs:current_term (Results 1 – 6 of 6) sorted by relevance
110 if (current_term->setcolorstate) in print_entry()111 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_entry()113 if (highlight && current_term->setcolorstate) in print_entry()114 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); in print_entry()132 if (current_term->setcolorstate) in print_entry()133 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_entry()204 if (current_term->setcolorstate) in print_border()205 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_border()234 if (current_term->setcolorstate) in print_border()235 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_border()[all …]
84 struct term_entry *current_term = term_table; variable349 if (current_term->flags & TERM_DUMB) in real_get_cmdline()373 if (current_term->flags & TERM_DUMB) in real_get_cmdline()485 if (current_term->flags & TERM_DUMB) in real_get_cmdline()796 if (current_term->flags & (TERM_NO_ECHO | TERM_NO_EDIT)) in get_cmdline()822 if (! (current_term->flags & TERM_NO_ECHO)) in get_cmdline()833 if (! (current_term->flags & TERM_NO_ECHO)) in get_cmdline()998 return current_term->getkey (); in getkey()1005 return current_term->checkkey (); in checkkey()1016 else if (c == '\t' && current_term->getxy) in grub_putchar()[all …]
88 extern struct term_entry *current_term;
672 if (current_term->setcolor) in color_func()673 current_term->setcolor (new_normal_color, new_highlight_color); in color_func()4149 struct term_entry *prev_term = current_term; in terminal_func()4200 current_term->name, in terminal_func()4201 current_term->flags & TERM_DUMB ? " (dumb)" : "", in terminal_func()4202 current_term->flags & TERM_NO_EDIT ? " (no edit)" : "", in terminal_func()4203 current_term->flags & TERM_NO_ECHO ? " (no echo)" : ""); in terminal_func()4283 current_term = term_table + i; in terminal_func()4288 current_term = prev_term; in terminal_func()4299 current_term = term_table + default_term; in terminal_func()[all …]
261 current_term->flags = TERM_NO_EDIT | TERM_DUMB; in main()
1258 [!STAGE1_5] (current_term): Likewise.