Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.c85 static int text_col = 0, text_row = 0, text_top = 0; variable
384 text_col = text_row = 0; in ui_init()
518 if (*ptr == '\n' || text_col >= text_cols) { in ui_print()
519 text[text_row][text_col] = '\0'; in ui_print()
520 text_col = 0; in ui_print()
524 if (*ptr != '\n') text[text_row][text_col++] = *ptr; in ui_print()
526 text[text_row][text_col] = '\0'; in ui_print()