Home
last modified time | relevance | path

Searched refs:PSTRUE (Results 1 – 10 of 10) sorted by relevance

/dports/lang/scheme48/scheme48-1.9.2/c/win32/
H A Dfd-io.c639 s48_add_ready_fd(fd, PSTRUE, PSTRUE, dwErr); in read_done()
691 return PSTRUE; in ps_check_fd()
716 return PSTRUE; in ps_check_fd()
724 return PSTRUE; in ps_check_fd()
729 return PSTRUE; in ps_check_fd()
779 return PSTRUE; in ps_check_fd()
854 *eofp = PSTRUE; in ps_read_fd()
886 *eofp = PSTRUE; in ps_read_fd()
902 *eofp = PSTRUE; in ps_read_fd()
1090 *pending = PSTRUE; in ps_write_fd()
[all …]
H A Dio.c71 *eofp = PSTRUE; in ps_read_char()
90 negate = PSTRUE; in ps_read_integer()
106 *eofp = PSTRUE; in ps_read_integer()
H A Devent.c306 return (PSTRUE); /* fd is already ready */ in s48_add_ready_fd()
311 return PSTRUE; in s48_add_ready_fd()
354 return PSTRUE; in s48_add_pending_fd()
/dports/lang/scheme48/scheme48-1.9.2/c/unix/
H A Dfd-io.c140 return PSTRUE;
197 else if (s48_add_pending_fd(fd, PSTRUE)) {
198 *pending = PSTRUE;
214 *eofp = PSTRUE;
221 else if (s48_add_pending_fd(fd, PSTRUE)) {
222 *pending = PSTRUE;
247 *pending = PSTRUE;
292 setlocale_called = PSTRUE;
H A Dio.c74 *eofp = PSTRUE; in ps_read_char()
93 negate = PSTRUE; in ps_read_integer()
109 *eofp = PSTRUE; in ps_read_integer()
H A Devent.c90 return (PSTRUE); in s48_setcatcher()
102 return (PSTRUE); in s48_setcatcher()
193 initp = PSTRUE; in s48_real_time()
545 return (PSTRUE); /* fd is already pending */ in s48_add_pending_fd()
553 return PSTRUE; in s48_add_pending_fd()
603 return PSTRUE; in s48_remove_fd()
629 status = queue_ready_ports(PSTRUE, seconds, ticks); in s48_wait_for_event()
H A Dsocket.c181 if (! s48_add_pending_fd(socket_fd, PSTRUE)) in s48_accept()
301 if (! (s48_add_pending_fd(socket_fd, PSTRUE))) in s48_recvfrom()
H A Dmisc.c182 setlocale_called = PSTRUE; in s48_get_os_string_encoding()
/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dc-mods.h7 #define PSTRUE (0 == 0) macro
/dports/lang/scheme48/scheme48-1.9.2/c/bibop/
H A Dgeneration_gc.c1624 psbool s48_gc_can_allocate_unmovableP() { return PSTRUE; } in s48_gc_can_allocate_unmovableP()
1639 (area->area_type_size == AREA_TYPE_SIZE_LARGE)) ? PSTRUE : PSFALSE; in s48_unmovableP()