Searched refs:shell_ (Results 1 – 3 of 3) sorted by relevance
108 shell_=$1110 if [ ! -x "${shell_}" ]; then116 case ${shell_} in126 */bash) version_=`versions_shell_bash ${shell_}` ;;133 */ksh) version_=`versions_shell_ksh ${shell_}` ;;134 */pdksh) version_=`versions_shell_pdksh ${shell_}` ;;135 */zsh) version_=`versions_shell_zsh ${shell_}` ;;140 unset shell_ version_
56 virtual void attach_shell(Shell &shell) { shell_ = &shell; } in attach_shell()57 virtual void detach_shell() { shell_ = nullptr; } in detach_shell()79 : settings_(), shell_(nullptr) in Game()101 Shell *shell_; variable
108 shell_->log(Shell::LOG_WARN, "cannot enable push constants"); in attach_shell()583 const Shell::Context &ctx = shell_->context(); in attach_swapchain()742 shell_->quit(); in on_key()777 const Shell::BackBuffer &back = shell_->context().acquired_back_buffer; in on_frame()