OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coord_t
(Results
1 - 6
of
6
) sorted by null
/external/libedit/src/
prompt.h
49
coord_t
p_pos; /* position in the line after prompt */
refresh.h
46
coord_t
r_cursor; /* Refresh cursor position */
el.h
69
typedef struct
coord_t
{ /* Position on the screen */
struct
72
}
coord_t
;
typedef in typeref:struct:coord_t
126
coord_t
el_cursor; /* Cursor location */
terminal.h
54
coord_t
t_size; /* # lines and cols */
terminal.c
396
coord_t
*c = &el->el_terminal.t_size;
417
coord_t
*c = &el->el_terminal.t_size;
[
all
...]
refresh.c
204
coord_t
cur;
Completed in 622 milliseconds