HomeSort by: relevance | last modified time | path
    Searched refs:coord_t (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libedit/
prompt.h 47 coord_t p_pos; /* position in the line after prompt */
refresh.h 44 coord_t r_cursor; /* Refresh cursor position */
el.h 65 typedef struct coord_t { /* Position on the screen */ struct
68 } coord_t; typedef in typeref:struct:coord_t
121 coord_t el_cursor; /* Cursor location */
terminal.h 52 coord_t t_size; /* # lines and cols */
refresh.c 165 coord_t *cur = &el->el_refresh.r_cursor;
195 coord_t *cur = &el->el_refresh.r_cursor;
235 coord_t cur;
terminal.c 404 coord_t *c = &el->el_terminal.t_size;
420 coord_t *c = &el->el_terminal.t_size;
964 coord_t cur = el->el_cursor;

Completed in 15 milliseconds