Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dport.c45 } FIO_Softport; typedef
47 #define FTH_SOFT_PORT_REF(Obj) ((FIO_Softport *)(Obj))
279 FIO_Softport *prt; in fth_make_soft_port()
283 prt = FTH_MALLOC(sizeof(FIO_Softport)); in fth_make_soft_port()