Home
last modified time | relevance | path

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

/dports/devel/cscout/cscout-bd7dfac/swill/Source/Objects/
H A Dbase.c613 return (objinfo->doh_file->doh_putc)(b,ch); in DohPutc()
617 if (objinfo->doh_file->doh_putc) { in DohPutc()
619 return (objinfo->doh_file->doh_putc)(b,ch); in DohPutc()
H A Ddohobj.h43 int (*doh_putc)(DOH *obj, int ch); /* Put character */ member
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/Objects/
H A Dbase.c612 return (objinfo->doh_file->doh_putc)(b,ch); in DohPutc()
616 if (objinfo->doh_file->doh_putc) { in DohPutc()
618 return (objinfo->doh_file->doh_putc)(b,ch); in DohPutc()
H A Ddohobj.h43 int (*doh_putc)(DOH *obj, int ch); /* Put character */ member
/dports/devel/swig/swig-4.0.2/Source/DOH/
H A Ddohint.h47 int (*doh_putc) (DOH *obj, int ch); /* Put character */ member
H A Dbase.c728 return (objinfo->doh_file->doh_putc) (b, ch); in DohPutc()
732 if (objinfo->doh_file->doh_putc) { in DohPutc()
734 return (objinfo->doh_file->doh_putc) (b, ch); in DohPutc()