HomeSort by relevance Sort by last modified time
    Searched refs:curs_x (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/hci/mucurses/
mucurses.c 26 .curs_x = 0,
41 win->ori_x + win->curs_x );
56 if ( ++(win->curs_x) - win->width == 0 ) {
58 win->curs_x = 0;
66 (win->curs_x)--;
89 if ( win->curs_x == 0 ) {
92 win->curs_x = win->width = 1;
94 win->curs_x--;
144 win->curs_x = x;
ansi_screen.c 18 scr->curs_x = 0;
25 if ( ( x != scr->curs_x ) || ( y != scr->curs_y ) ) {
28 scr->curs_x = x;
53 if ( ++(scr->curs_x) == _COLS ) {
54 scr->curs_x = 0;
cursor.h 34 pos->x = win->curs_x;
edging.c 50 while ( ( win->width - 1 ) - win->curs_x ) {
62 while ( ( win->width -1 ) - win->curs_x ) {
84 while ( ( win->curs_x - win->width ) && n-- ) {
windows.c 30 } while ( win->curs_x + win->curs_y );
85 copy->curs_x = orig->curs_x;
clear.c 25 } while ( win->curs_y + win->curs_x );
  /external/syslinux/gpxe/src/include/
curses.h 34 unsigned int curs_x, curs_y; member in struct:_curses_screen
82 unsigned int curs_x, curs_y; member in struct:_curses_window

Completed in 75 milliseconds