Home
last modified time | relevance | path

Searched refs:scm_file_port_type (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.h43 SCM_API scm_t_port_type *scm_file_port_type; variable
49 (SCM_PORTP (x) && SCM_PORT_TYPE (x) == scm_file_port_type)
H A Dfports.c75 scm_t_port_type *scm_file_port_type; variable
433 port = scm_c_make_port (scm_file_port_type, mode_bits, (scm_t_bits)fp); in scm_i_fdes_to_port()
724 scm_file_port_type = scm_make_fptob (); in scm_init_fports()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.h40 SCM_API scm_t_port_type *scm_file_port_type; variable
46 (SCM_PORTP (x) && SCM_PORT_TYPE (x) == scm_file_port_type)
H A Dfports.c88 scm_t_port_type *scm_file_port_type; variable
457 port = scm_c_make_port (scm_file_port_type, mode_bits, (scm_t_bits)fp); in scm_i_fdes_to_port()
748 scm_file_port_type = scm_make_fptob (); in scm_init_fports()