Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValuesNative.cpp118 ShellType type = console_process::TerminalShell::shellTypeFromString(posixTerminalShell()); in defaultTerminalShellValue()
H A DUserPrefValues.cpp198 std::string UserPrefValues::posixTerminalShell() in posixTerminalShell() function in rstudio::session::prefs::UserPrefValues
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DTerminalPreferencesPane.java279 prefs.posixTerminalShell().getValue(); in initialize()
381 prefs_.posixTerminalShell().setGlobalValue(selectedShellType()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java275 public PrefValue<String> posixTerminalShell() in posixTerminalShell() method in UserPrefsAccessor
3203 posixTerminalShell().setValue(layer, source.getString("posix_terminal_shell")); in syncPrefs()
3641 prefs.add(posixTerminalShell()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp479 std::string posixTerminalShell();