Home
last modified time | relevance | path

Searched refs:ext_kptab (Results 1 – 8 of 8) sorted by relevance

/dports/devel/pdcurses/PDCurses-3.5/win32/
H A Dpdckbd.c218 static KPTAB ext_kptab[] = variable
446 key = enhanced ? ext_kptab[idx].shift : kptab[idx].shift; in _process_key_event()
449 key = enhanced ? ext_kptab[idx].control : kptab[idx].control; in _process_key_event()
452 key = enhanced ? ext_kptab[idx].alt : kptab[idx].alt; in _process_key_event()
455 key = enhanced ? ext_kptab[idx].normal : kptab[idx].normal; in _process_key_event()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/win32/
H A Dpdckbd.c215 static KPTAB ext_kptab[] = variable
446 key = enhanced ? ext_kptab[idx].shift : kptab[idx].shift; in _process_key_event()
449 key = enhanced ? ext_kptab[idx].control : kptab[idx].control; in _process_key_event()
452 key = enhanced ? ext_kptab[idx].alt : kptab[idx].alt; in _process_key_event()
455 key = enhanced ? ext_kptab[idx].normal : kptab[idx].normal; in _process_key_event()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/wincon/
H A Dpdckbd.c196 static KPTAB ext_kptab[] = variable
414 key = enhanced ? ext_kptab[idx].shift : kptab[idx].shift; in _process_key_event()
417 key = enhanced ? ext_kptab[idx].control : kptab[idx].control; in _process_key_event()
420 key = enhanced ? ext_kptab[idx].alt : kptab[idx].alt; in _process_key_event()
423 key = enhanced ? ext_kptab[idx].normal : kptab[idx].normal; in _process_key_event()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/win32/
H A Dpdckbd.c287 static const KPTAB ext_kptab[] = variable
533 key = enhanced ? ext_kptab[idx].shift : kptab[idx].shift; in _process_key_event()
536 key = enhanced ? ext_kptab[idx].control : kptab[idx].control; in _process_key_event()
539 key = enhanced ? ext_kptab[idx].alt : kptab[idx].alt; in _process_key_event()
542 key = enhanced ? ext_kptab[idx].normal : kptab[idx].normal; in _process_key_event()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/win32/
H A Dpdckbd.c287 static const KPTAB ext_kptab[] =
533 key = enhanced ? ext_kptab[idx].shift : kptab[idx].shift;
536 key = enhanced ? ext_kptab[idx].control : kptab[idx].control;
539 key = enhanced ? ext_kptab[idx].alt : kptab[idx].alt;
542 key = enhanced ? ext_kptab[idx].normal : kptab[idx].normal;
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/wingui/
H A Dpdcscrn.c483 static const KPTAB ext_kptab[] = variable
1511 kptr = ext_kptab + kptr->extended; in HandleSyskeyDown()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/win32a/
H A Dpdcscrn.c491 static const KPTAB ext_kptab[] = variable
1727 kptr = ext_kptab + kptr->extended; in HandleSyskeyDown()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/win32a/
H A Dpdcscrn.c491 static const KPTAB ext_kptab[] = variable
1727 kptr = ext_kptab + kptr->extended; in HandleSyskeyDown()