Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c62 #define CLI_EXIT (-2) macro
456 return (CLI_EXIT); in clgo()
468 return (CLI_EXIT); in clexit()
586 case CLI_EXIT: in clprompt()
587 return (CLI_EXIT); in clprompt()
805 case CLI_EXIT: in cli_eval_buf()
806 return (CLI_EXIT); in cli_eval_buf()
827 } while (cli_eval_buf(cmdbuf, wanted) != CLI_EXIT); in cli_interpret()