Searched refs:cursor (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsounds.c1015 audio_mapping* cursor = soundmap; local
1017 while (cursor) {
1019 if (re_search(&cursor->regex, msg, strlen(msg), 0, 9999, 0) >= 0) {
1021 if (pmatch(cursor->pattern, msg)) {
1023 play_usersound(cursor->filename, cursor->volume);
1025 cursor = cursor->next;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsounds.c1015 audio_mapping* cursor = soundmap; local
1017 while (cursor) {
1019 if (re_search(&cursor->regex, msg, strlen(msg), 0, 9999, 0) >= 0) {
1021 if (pmatch(cursor->pattern, msg)) {
1023 play_usersound(cursor->filename, cursor->volume);
1025 cursor = cursor->next;
/seL4-refos-master/libs/libvterm/src/
H A Dinput.c208 if(vt->state->mode.cursor)
H A Dvterm_internal.h40 /* Current cursor position */
70 int cursor:1; member in struct:VTermState::__anon673
H A Dstate.c173 /* See if the cursor has moved since */
628 state->mode.cursor = val;
723 reply = state->mode.cursor;
1170 case 6: // CPR - cursor position report
1186 case INTERMED(' ', 0x71): // DECSCUSR - DEC set cursor shape
1454 state->mode.cursor = 0;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dinput.c208 if(vt->state->mode.cursor)
H A Dvterm_internal.h40 /* Current cursor position */
70 int cursor:1; member in struct:VTermState::__anon775
H A Dstate.c173 /* See if the cursor has moved since */
628 state->mode.cursor = val;
723 reply = state->mode.cursor;
1170 case 6: // CPR - cursor position report
1186 case INTERMED(' ', 0x71): // DECSCUSR - DEC set cursor shape
1454 state->mode.cursor = 0;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h296 QPoint cursor; member in class:NetHackQtMapWindow
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h296 QPoint cursor; member in class:NetHackQtMapWindow
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex572 Specifying a location is done by moving the cursor to a particular spot
2748 NetHack should scroll the display when the hero or cursor
2994 layout is like. You'll also need to be able to locate the PC cursor. It is
2998 gives you the row and column of your review cursor and the PC cursor.
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex572 Specifying a location is done by moving the cursor to a particular spot
2748 NetHack should scroll the display when the hero or cursor
2994 layout is like. You'll also need to be able to locate the PC cursor. It is
2998 gives you the row and column of your review cursor and the PC cursor.

Completed in 65 milliseconds