Searched refs:support_configure_startup_shell (Results 1 – 4 of 4) sorted by relevance
123 if ops.support_configure_startup_shell().is_some() => in handle_extended_mode()125 let ops = ops.support_configure_startup_shell().unwrap(); in handle_extended_mode()
154 if ops.support_configure_startup_shell().is_some() { in handle_base()
162 fn support_configure_startup_shell(&mut self) -> Option<ConfigureStartupShellOps<'_, Self>> { in support_configure_startup_shell() method
91 fn support_configure_startup_shell( in support_configure_startup_shell() method