Searched refs:coord_t (Results 1 – 8 of 8) sorted by relevance
65 typedef struct coord_t { /* Position on the screen */ struct68 } coord_t; typedef121 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()
5510 * refresh.c: instead of using a private coord_t global variable to5511 store the size of the rprompt, use the previously unused coord_t
1447 - instead of using a private coord_t global variable to store1448 the size of the rprompt, use the previously unused coord_t