Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dport.c1134 #define MPFVF(Name, Args) fth_make_proc_from_vfunc(NULL, Name, Args, 0, 0) in init_port() macro
1136 gn_write_char = MPFVF(soft_write_char, 1); in init_port()
1138 gn_write_line = MPFVF(soft_write_line, 1); in init_port()
1139 gn_flush = MPFVF(soft_flush, 0); in init_port()
1140 gn_close = MPFVF(soft_close, 0); in init_port()