Home
last modified time | relevance | path

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

/external/libedit/src/
Del.h69 typedef struct coord_t { /* Position on the screen */ struct
72 } coord_t; typedef
126 coord_t el_cursor; /* Cursor location */
Drefresh.h46 coord_t r_cursor; /* Refresh cursor position */
Dprompt.h49 coord_t p_pos; /* position in the line after prompt */
Dterminal.h54 coord_t t_size; /* # lines and cols */
Dterminal.c396 coord_t *c = &el->el_terminal.t_size; in terminal_rebuffer_display()
417 coord_t *c = &el->el_terminal.t_size; in terminal_alloc_display()
Drefresh.c204 coord_t cur; in re_refresh()