Lines Matching refs:print_at
176 print_at(1, y_pos, COLOR_EDIT, print); in line_edit()
182 print_at(cursor + 1, y_pos, cursor_color, print + cursor); in line_edit()
189 print_at(cursor + 1, y_pos, COLOR_EDIT, print + cursor); in line_edit()
723 print_at(x_start, y_start + i - idx_first, in menu_run()
727 print_at(x_start, y_start + i - idx_first, in menu_run()
733 …print_at(x_start, y_start + idx_highlight_prev - idx_first, COLOR_ENTRY, lines[idx_highlight_prev]… in menu_run()
734 … print_at(x_start, y_start + idx_highlight - idx_first, COLOR_HIGHLIGHT, lines[idx_highlight]); in menu_run()
736 …print_at(x_start , y_start + idx_highlight_prev - idx_first, COLOR_ENTRY, (CHAR16*) (unicode_suppo… in menu_run()
738 …print_at(x_start, y_start + idx_highlight - idx_first, COLOR_HIGHLIGHT, (CHAR16*) (unicode_support… in menu_run()
755 print_at(0, y_status, COLOR_NORMAL, clearline + x_max - x); in menu_run()
761 print_at(x, y_status - 1, COLOR_NORMAL, separator + x_max - len); in menu_run()
763 print_at(0, y_status - 1, COLOR_NORMAL, clearline); in menu_run()
764 print_at(0, y_status, COLOR_NORMAL, clearline + 1); /* See comment above. */ in menu_run()
917 print_at(1, y_status, COLOR_EDIT, clearline + 2); in menu_run()
919 print_at(1, y_status, COLOR_NORMAL, clearline + 2); in menu_run()