Home | History | Annotate | Download | only in stage2

Lines Matching refs:current_term

84 struct term_entry *current_term = term_table;
349 if (current_term->flags & TERM_DUMB)
373 if (current_term->flags & TERM_DUMB)
485 if (current_term->flags & TERM_DUMB)
796 if (current_term->flags & (TERM_NO_ECHO | TERM_NO_EDIT))
822 if (! (current_term->flags & TERM_NO_ECHO))
833 if (! (current_term->flags & TERM_NO_ECHO))
998 return current_term->getkey ();
1005 return current_term->checkkey ();
1016 else if (c == '\t' && current_term->getxy)
1020 n = 8 - ((current_term->getxy () >> 8) & 3);
1049 if (current_term->setcolorstate)
1050 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT);
1054 if (current_term->setcolorstate)
1055 current_term->setcolorstate (COLOR_STATE_NORMAL);
1071 current_term->putchar (c);
1080 current_term->gotoxy (x, y);
1086 return current_term->getxy ();
1093 if (current_term->flags & TERM_DUMB)
1096 current_term->cls ();
1102 if (current_term->setcursor)
1103 return current_term->setcursor (on);