Home
last modified time | relevance | path

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

/freebsd/stand/lua/
H A Dmenu.lua456 function menu.process(menudef, keypress)
464 local key = keypress or io.getchar()
465 keypress = nil
/freebsd/stand/i386/boot0/
H A Dboot0.S350 int $0x16 # for keypress
380 int $0x16 # get keypress
/freebsd/stand/i386/zfsboot/
H A Dzfsldr.S215 int $0x16 # keypress
/freebsd/stand/i386/boot2/
H A Dboot1.S241 int $0x16 # keypress
/freebsd/stand/common/
H A Dhelp.common390 received after <value> seconds. (Any keypress will cancel the
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp182 document.addEventListener("keypress", function(event) {
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9690 auto const setWaitForKeypress = [&]( std::string const& keypress ) { in makeCommandLineParser() argument
9691 auto keypressLc = toLower( keypress ); in makeCommandLineParser()
9699 …timeError( "keypress argument must be one of: start, exit or both. '" + keypress + "' not recognis… in makeCommandLineParser()