Searched defs:rect (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drect.c20 static NhRect rect[MAXRECT+1]; variable
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drect.c20 static NhRect rect[MAXRECT+1]; variable
[all...]
/seL4-refos-master/libs/libvterm/src/
H A Dvterm.c219 void vterm_scroll_rect(VTermRect rect, argument
[all...]
H A Dscreen.c96 static void damagerect(VTermScreen *screen, VTermRect rect) argument
155 VTermRect rect = { local
184 VTermRect rect = { local
206 VTermRect rect = { local
215 VTermRect rect = { local
225 VTermRect rect = { local
234 VTermRect rect = { local
285 erase_internal(VTermRect rect, int selective, void *user) argument
303 erase_user(VTermRect rect, int selective, void *user) argument
312 erase(VTermRect rect, int selective, void *user) argument
318 scrollrect(VTermRect rect, int downward, int rightward, void *user) argument
514 VTermRect rect = { local
524 VTermRect rect = { local
598 _get_chars(VTermScreen *screen, const int utf8, void *buffer, size_t len, const VTermRect rect) argument
648 vterm_screen_get_chars(VTermScreen *screen, uint32_t *chars, size_t len, const VTermRect rect) argument
653 vterm_screen_get_text(VTermScreen *screen, char *str, size_t len, const VTermRect rect) argument
[all...]
H A Dstate.c48 static void erase(VTermState *state, VTermRect rect, int selective) argument
79 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) argument
96 VTermRect rect = { local
251 VTermRect rect = { local
347 VTermRect rect local
827 VTermRect rect; local
1500 VTermRect rect = { 0, state->rows, 0, state->cols }; local
1553 VTermRect rect = { local
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dvterm.c219 void vterm_scroll_rect(VTermRect rect, argument
[all...]
H A Dscreen.c96 static void damagerect(VTermScreen *screen, VTermRect rect) argument
155 VTermRect rect = { local
184 VTermRect rect = { local
206 VTermRect rect = { local
215 VTermRect rect = { local
225 VTermRect rect = { local
234 VTermRect rect = { local
285 erase_internal(VTermRect rect, int selective, void *user) argument
303 erase_user(VTermRect rect, int selective, void *user) argument
312 erase(VTermRect rect, int selective, void *user) argument
318 scrollrect(VTermRect rect, int downward, int rightward, void *user) argument
514 VTermRect rect = { local
524 VTermRect rect = { local
598 _get_chars(VTermScreen *screen, const int utf8, void *buffer, size_t len, const VTermRect rect) argument
648 vterm_screen_get_chars(VTermScreen *screen, uint32_t *chars, size_t len, const VTermRect rect) argument
653 vterm_screen_get_text(VTermScreen *screen, char *str, size_t len, const VTermRect rect) argument
[all...]
H A Dstate.c48 static void erase(VTermState *state, VTermRect rect, int selective) argument
79 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) argument
96 VTermRect rect = { local
251 VTermRect rect = { local
347 VTermRect rect local
827 VTermRect rect; local
1500 VTermRect rect = { 0, state->rows, 0, state->cols }; local
1553 VTermRect rect = { local
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h41 static inline void vterm_rect_move(VTermRect *rect, int row_delta, int col_delta) argument
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h41 static inline void vterm_rect_move(VTermRect *rect, int row_delta, int col_delta) argument
[all...]

Completed in 107 milliseconds