Searched refs:el_refresh (Results 1 – 3 of 3) sorted by relevance
96 el->el_refresh.r_cursor.h = 0; /* reset it. */ in re_nextline()104 if (el->el_refresh.r_cursor.v + 1 >= el->el_term.t_size.v) { in re_nextline()114 el->el_refresh.r_cursor.v++; in re_nextline()116 ELRE_ASSERT(el->el_refresh.r_cursor.v >= el->el_term.t_size.v, in re_nextline()118 el->el_refresh.r_cursor.v, el->el_term.t_size.v), in re_nextline()134 int oldv = el->el_refresh.r_cursor.v; in re_addc()136 if (oldv == el->el_refresh.r_cursor.v) /* XXX */ in re_addc()143 if ((el->el_refresh.r_cursor.h & 07) == 0) in re_addc()171 el->el_vdisplay[el->el_refresh.r_cursor.v][el->el_refresh.r_cursor.h] = c; in re_putc()175 el->el_refresh.r_cursor.h++; /* advance to next place */ in re_putc()[all …]
106 elp->p_pos.v = el->el_refresh.r_cursor.v; in prompt_print()107 elp->p_pos.h = el->el_refresh.r_cursor.h; in prompt_print()
127 el_refresh_t el_refresh; /* Refresh stuff */ member