Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/tclpkg/tcldot/
H A Dtcldot-io.c86 int myiodisc_memiofread(void *chan, char *buf, int bufsize) in myiodisc_memiofread() function
H A Dtcldot.h98 extern int myiodisc_memiofread(void *chan, char *buf, int bufsize);
H A Dtcldot.c135 ictx->myioDisc.afread = myiodisc_memiofread; /* replace afread to use memory range */ in dotstring()