Home
last modified time | relevance | path

Searched refs:ischar (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/tools/boot/
HDlua-lint.sh18 --globals io.ischar --globals printc --globals cli_execute \
/freebsd-14-stable/stand/liblua/
HDlutils.c176 lua_pushboolean(L, ischar()); in lua_ischar()
411 REG_SIMPLE(ischar),
/freebsd-14-stable/stand/common/
HDboot.c220 if (ischar()) { in autoboot()
HDconsole.c155 ischar(void) in ischar() function
HDcommands.c445 while (!ischar()) in command_read()
/freebsd-14-stable/stand/lua/
HDmenu.lua552 if io.ischar() then
/freebsd-14-stable/stand/libsa/
HDstand.h424 extern int ischar(void);
/freebsd-14-stable/stand/ficl/
HDloader.c747 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE); in keyQuestion()
/freebsd-14-stable/stand/efi/loader/
HDmain.c682 if (ischar()) in interactive_interrupt()