-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRinterface-Darwin-4.4.rs
More file actions
134 lines (132 loc) · 6.06 KB
/
Rinterface-Darwin-4.4.rs
File metadata and controls
134 lines (132 loc) · 6.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/* automatically generated by rust-bindgen 0.71.1 */
/* OS: unix */
/* Platform: aarch64-apple-darwin20 */
/* rustc 1.85.0 (4d91de4e4 2025-02-17) */
/* R version: 4.4.3 */
unsafe extern "C" {
#[doc = " TRUE during interactive use"]
pub static mut R_Interactive: Rboolean;
#[doc = " do not echo R code"]
pub static mut R_NoEcho: Rboolean;
pub fn R_RestoreGlobalEnv();
pub fn R_RestoreGlobalEnvFromFile(arg1: *const ::std::os::raw::c_char, arg2: Rboolean);
pub fn R_SaveGlobalEnv();
pub fn R_SaveGlobalEnvToFile(arg1: *const ::std::os::raw::c_char);
pub fn R_FlushConsole();
pub fn R_ClearerrConsole();
pub fn R_Suicide(arg1: *const ::std::os::raw::c_char);
pub fn R_HomeDir() -> *mut ::std::os::raw::c_char;
#[doc = " Current image dirty"]
pub static mut R_DirtyImage: ::std::os::raw::c_int;
pub static mut R_GUIType: *mut ::std::os::raw::c_char;
pub fn R_setupHistory();
#[doc = " Name of the history file"]
pub static mut R_HistoryFile: *mut ::std::os::raw::c_char;
#[doc = " Size of the history file"]
pub static mut R_HistorySize: ::std::os::raw::c_int;
#[doc = " restore the history file?"]
pub static mut R_RestoreHistory: ::std::os::raw::c_int;
#[doc = " Root of the R tree"]
pub static mut R_Home: *mut ::std::os::raw::c_char;
pub fn Rf_jump_to_toplevel();
pub fn Rf_mainloop();
pub fn Rf_onintr();
pub fn Rf_onintrNoResume();
#[doc = " Need opaque pointer type for export"]
pub static mut R_GlobalContext: *mut ::std::os::raw::c_void;
pub fn process_site_Renviron();
pub fn process_system_Renviron();
pub fn process_user_Renviron();
pub static mut R_Consolefile: *mut FILE;
pub static mut R_Outputfile: *mut FILE;
#[doc = " in ../unix/sys-unix.c"]
pub fn R_setStartTime();
pub fn fpu_setup(arg1: Rboolean);
#[doc = " in ../unix/system.c"]
pub static mut R_running_as_main_program: ::std::os::raw::c_int;
pub static mut ptr_R_Suicide:
::std::option::Option<unsafe extern "C" fn(arg1: *const ::std::os::raw::c_char)>;
pub static mut ptr_R_ShowMessage:
::std::option::Option<unsafe extern "C" fn(arg1: *const ::std::os::raw::c_char)>;
pub static mut ptr_R_ReadConsole: ::std::option::Option<
unsafe extern "C" fn(
arg1: *const ::std::os::raw::c_char,
arg2: *mut ::std::os::raw::c_uchar,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int,
>;
pub static mut ptr_R_WriteConsole: ::std::option::Option<
unsafe extern "C" fn(arg1: *const ::std::os::raw::c_char, arg2: ::std::os::raw::c_int),
>;
pub static mut ptr_R_WriteConsoleEx: ::std::option::Option<
unsafe extern "C" fn(
arg1: *const ::std::os::raw::c_char,
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
),
>;
pub static mut ptr_R_ResetConsole: ::std::option::Option<unsafe extern "C" fn()>;
pub static mut ptr_R_FlushConsole: ::std::option::Option<unsafe extern "C" fn()>;
pub static mut ptr_R_ClearerrConsole: ::std::option::Option<unsafe extern "C" fn()>;
pub static mut ptr_R_Busy:
::std::option::Option<unsafe extern "C" fn(arg1: ::std::os::raw::c_int)>;
pub static mut ptr_R_CleanUp: ::std::option::Option<
unsafe extern "C" fn(
arg1: SA_TYPE,
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
),
>;
pub static mut ptr_R_ShowFiles: ::std::option::Option<
unsafe extern "C" fn(
arg1: ::std::os::raw::c_int,
arg2: *mut *const ::std::os::raw::c_char,
arg3: *mut *const ::std::os::raw::c_char,
arg4: *const ::std::os::raw::c_char,
arg5: Rboolean,
arg6: *const ::std::os::raw::c_char,
) -> ::std::os::raw::c_int,
>;
pub static mut ptr_R_ChooseFile: ::std::option::Option<
unsafe extern "C" fn(
arg1: ::std::os::raw::c_int,
arg2: *mut ::std::os::raw::c_char,
arg3: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int,
>;
pub static mut ptr_R_EditFile: ::std::option::Option<
unsafe extern "C" fn(arg1: *const ::std::os::raw::c_char) -> ::std::os::raw::c_int,
>;
pub static mut ptr_R_loadhistory:
::std::option::Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP)>;
pub static mut ptr_R_savehistory:
::std::option::Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP)>;
pub static mut ptr_R_addhistory:
::std::option::Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP)>;
#[doc = " added in 3.0.0"]
pub static mut ptr_R_EditFiles: ::std::option::Option<
unsafe extern "C" fn(
arg1: ::std::os::raw::c_int,
arg2: *mut *const ::std::os::raw::c_char,
arg3: *mut *const ::std::os::raw::c_char,
arg4: *const ::std::os::raw::c_char,
) -> ::std::os::raw::c_int,
>;
#[doc = " naming follows earlier versions in R.app"]
pub static mut ptr_do_selectlist: ::std::option::Option<
unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP) -> SEXP,
>;
pub static mut ptr_do_dataentry: ::std::option::Option<
unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP) -> SEXP,
>;
pub static mut ptr_do_dataviewer: ::std::option::Option<
unsafe extern "C" fn(arg1: SEXP, arg2: SEXP, arg3: SEXP, arg4: SEXP) -> SEXP,
>;
pub static mut ptr_R_ProcessEvents: ::std::option::Option<unsafe extern "C" fn()>;
#[doc = " These two are not used by R itself, but are used by the tcltk package"]
pub static mut R_timeout_handler:
::std::option::Option<unsafe extern "C" fn() -> ::std::os::raw::c_int>;
pub static mut R_timeout_val: ::std::os::raw::c_long;
pub static mut R_SignalHandlers: ::std::os::raw::c_int;
}