Home
last modified time | relevance | path

Searched refs:CMD_CRIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dmodule.c128 return (CMD_CRIT); in command_load()
171 return (CMD_CRIT); in command_load()
216 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()
228 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()
397 return (CMD_CRIT); in command_pnpmatch()
452 return (error == 0 ? CMD_OK : CMD_CRIT); in command_pnpload()
H A Dbootstrap.h46 #define CMD_CRIT 3 macro
H A Dinterp_forth.c139 case CMD_CRIT: in bf_command()
/freebsd/stand/liblua/
H A Dlutils.c465 lua_pushinteger(L, CMD_CRIT); in luaopen_loader()