Searched refs:echo_rc (Results 1 – 1 of 1) sorted by relevance
82 echo_rc() function95 echo_rc() function108 echo_rc() { echo " [${_SMSG[${_RC_RV}]}] "; } function128 if test "$1" = "-s"; then rc_failed 5; echo_rc; rc_failed 3; shift; fi129 if test "$1" = "-u"; then rc_failed ${_RC_UNUSED}; echo_rc; rc_failed 3; shift; fi130 if test "$1" = "-v"; then echo_rc; shift; fi