Searched refs:coord_t (Results 1 – 7 of 7) sorted by relevance
64 typedef struct coord_t { /* Position on the screen */ struct67 } coord_t; argument120 coord_t el_cursor; /* Cursor location */
47 coord_t p_pos; /* position in the line after prompt */
44 coord_t r_cursor; /* Refresh cursor position */
52 coord_t t_size; /* # lines and cols */
165 coord_t *cur = &el->el_refresh.r_cursor; in re_putliteral()195 coord_t *cur = &el->el_refresh.r_cursor; in re_putc()235 coord_t cur; in re_refresh()
404 coord_t *c = &el->el_terminal.t_size; in terminal_rebuffer_display()420 coord_t *c = &el->el_terminal.t_size; in terminal_alloc_buffer()964 coord_t cur = el->el_cursor; in terminal_change_size()
1447 - instead of using a private coord_t global variable to store1448 the size of the rprompt, use the previously unused coord_t