Home
last modified time | relevance | path

Searched refs:cursor_pos (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-cli.c754 hdt_cli.cursor_pos = 0; in reset_prompt()
828 hdt_cli.cursor_pos = 0; in start_cli_mode()
875 memset(&INPUT[hdt_cli.cursor_pos], 0, in start_cli_mode()
876 strlen(INPUT) - hdt_cli.cursor_pos); in start_cli_mode()
885 if (hdt_cli.cursor_pos > 0) { in start_cli_mode()
887 hdt_cli.cursor_pos--; in start_cli_mode()
892 if (hdt_cli.cursor_pos < (int)strlen(INPUT)) { in start_cli_mode()
894 hdt_cli.cursor_pos++; in start_cli_mode()
902 if ((strlen(INPUT) - hdt_cli.cursor_pos) > 0) { in start_cli_mode()
904 move_cursor_right(strlen(INPUT) - hdt_cli.cursor_pos); in start_cli_mode()
[all …]
Dhdt-cli.h96 uint8_t cursor_pos; member
/external/syslinux/gpxe/src/hci/mucurses/
Dcursor.h12 struct cursor_pos { struct
22 static inline void _restore_curs_pos ( WINDOW *win, struct cursor_pos *pos ) { in _restore_curs_pos() argument
32 static inline void _store_curs_pos ( WINDOW *win, struct cursor_pos *pos ) { in _store_curs_pos()
Dclear.c20 struct cursor_pos pos; in wclrtobot()
38 struct cursor_pos pos; in wclrtoeol()
69 struct cursor_pos pos; in wdeleteln()
Dedging.c44 struct cursor_pos pos; in wborder()
81 struct cursor_pos pos; in whline()
101 struct cursor_pos pos; in wvline()
Dprint_nadv.c20 struct cursor_pos pos; in waddchnstr()
Dslk.c48 struct cursor_pos saved_cursor;