Home
last modified time | relevance | path

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

/freebsd/stand/lua/
H A Dmenu.lua451 function menu.process(menudef, keypress)
459 local key = keypress or io.getchar()
460 keypress = nil
/freebsd/stand/i386/boot0/
H A Dboot0.S350 int $0x16 # for keypress
380 int $0x16 # get 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.cpp179 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()