Home
last modified time | relevance | path

Searched refs:s48_false_p_2 (Results 1 – 14 of 14) sorted by relevance

/dports/lang/scheme48/scheme48-1.9.2/c/posix/
H A Dproc.c202 if (s48_false_p_2(call, env)) { in posix_exec()
203 if (s48_false_p_2(call, lookup_p)) in posix_exec()
211 if (s48_false_p_2(call, lookup_p) || strchr(c_program, '/')) in posix_exec()
H A Ddir.c185 if (s48_false_p_2(call, new_wd)) { in posix_working_directory()
241 if (s48_false_p_2(call, mode)) in posix_open()
441 else if (s48_false_p_2(call, follow_link_p)) in posix_file_info()
H A Dio.c100 s48_false_p_2(call, new_mode) ? old_mode : new_mode, in posix_dup()
258 if (s48_false_p_2(call, options)) { in posix_io_flags()
H A Dsyslog.c192 int facility = s48_false_p_2(call, sch_opt_facility) in posix_syslog()
H A Dtime.c159 else if (s48_false_p_2(call, sch_isdst)) in extract_tm()
/dports/lang/scheme48/scheme48-1.9.2/c/win32/
H A Ddynlink.c29 if (!s48_false_p_2(call, complete_name_p)) in shared_object_dlopen()
H A Dfd-io.c1524 if (s48_false_p_2(call, retry_p)) in s48_accept()
1774 int retry_p = !(s48_false_p_2(call, sch_retry_p)); in s48_recvfrom()
1775 int want_sender_p = !(s48_false_p_2(call, sch_want_sender_p)); in s48_recvfrom()
1869 int retry_p = !(s48_false_p_2(call, sch_retry_p)); in s48_sendto()
/dports/lang/scheme48/scheme48-1.9.2/c/unix/
H A Ddynlink.c40 if (!s48_false_p_2(call, complete_name_p)) in shared_object_dlopen()
H A Dsocket.c255 int want_sender_p = !(s48_false_p_2(call, sch_want_sender_p)); in s48_recvfrom()
/dports/lang/scheme48/scheme48-1.9.2/c/net/
H A Daddress.c644 if (s48_false_p_2(call, sch_nodename)) in s48_getaddrinfo()
654 if (s48_false_p_2(call, sch_servname)) in s48_getaddrinfo()
667 = (s48_false_p_2(call, sch_hint_socktype) in s48_getaddrinfo()
671 = (s48_false_p_2(call, sch_hint_protocol) in s48_getaddrinfo()
H A Dsocket.c173 on = (s48_false_p_2(call, sch_val) ? 0 : 1); in setsockopt_boolean()
/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dexternal.c495 if (!s48_false_p_2(new_call, current_stack_block) && in s48_external_ecall()
504 while (!s48_false_p_2(new_call, current_stack_block) && in s48_external_ecall()
505 s48_false_p_2(new_call, STACK_BLOCK_FREE_2(new_call, current_stack_block))); in s48_external_ecall()
541 if (!s48_false_p_2(call, current_stack_block) && in s48_external_ecall()
542 !s48_false_p_2(call, sbt = STACK_BLOCK_THREAD_2(call, current_stack_block))) { in s48_external_ecall()
905 if (s48_false_p_2(call, result)) in s48_trampoline_2()
931 system(s48_false_p_2(call, string) in s48_system_2()
H A Dscheme48.h.in212 do { if (!s48_false_p_2(c, v) && !s48_true_p_2(c, v)) \
218 #define s48_false_p_2(c, r) (s48_deref(r) == _s48_value_false) macro
H A Dscheme48.h225 do { if (!s48_false_p_2(c, v) && !s48_true_p_2(c, v)) \
231 #define s48_false_p_2(c, r) (s48_deref(r) == _s48_value_false) macro