Home
last modified time | relevance | path

Searched defs:SCM_SYSCALL (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A D_scm.h85 # define SCM_SYSCALL(line) do{errno = 0;line;} \ macro
94 # define SCM_SYSCALL(line) do{errno = 0;line;}while(EINTR==errno) macro
100 # define SCM_SYSCALL(line) line; macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A D_scm.h97 # define SCM_SYSCALL(line) \ macro
115 # define SCM_SYSCALL(line) \ macro
132 # define SCM_SYSCALL(line) line; macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dsyscalls.h27 #define SCM_SYSCALL(line) \ macro
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dsystem.h65 #define SCM_SYSCALL(result, expr) \ macro