Home
last modified time | relevance | path

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

/dports/comms/sms_client/sms_client-3.0.2/src/common/
H A Dformat.c27 int format(int (* copyfunc)(void *, char *, int), void (* flushfunc)(void *), void *cfarg, char *fm… in format()
268 if (flushfunc != NULL) in format()
269 { (*flushfunc)(cfarg); in format()
H A Dformat.h30 int format(int (* copyfunc)(void *, char *, int), void (* flushfunc)(void *), void *cfarg, char *fm…
/dports/graphics/dia/dia-0.97.3/plug-ins/postscript/
H A Dps-utf8.c181 FlushFunc flushfunc) in encoded_psu_show_string() argument
230 psu_show_flush_buffer(psu,buf,&bufu,flushfunc,first); in encoded_psu_show_string()
251 psu_show_flush_buffer(psu,buf,&bufu,flushfunc,first); in encoded_psu_show_string()
257 psu_show_flush_buffer(psu,buf,&bufu,flushfunc,first); in encoded_psu_show_string()
263 FlushFunc flushfunc) in symbol_psu_show_string() argument
312 psu_show_flush_buffer(psu,buf,&bufu,flushfunc,first); in symbol_psu_show_string()
318 psu_show_flush_buffer(psu,buf,&bufu,flushfunc,first); in symbol_psu_show_string()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dgimp-print-internal.h187 void (*flushfunc)(struct stp_softweave *sw, int passno, int model, member
327 void (*flushfunc)(stp_softweave_t *sw,
H A Dprint-weave.c1795 void (*flushfunc)(stp_softweave_t *sw, int passno, in stp_initialize_weave()
1855 sw->flushfunc = flushfunc; in stp_initialize_weave()
2278 (sw->flushfunc)(sw, pass->pass, model, width, hoffset, ydpi, xdpi, in stp_flush()
2297 (sw->flushfunc)(sw, pass->pass, model, width, hoffset, ydpi, xdpi, in stp_flush_all()
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dtextrec.inc51 flushfunc,
H A Dtext.inc255 { Not the flushfunc but the inoutfunc should be used, because that
256 writes the data, flushfunc doesn't need to be assigned }
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dtextrec.inc51 flushfunc,
H A Dtext.inc255 { Not the flushfunc but the inoutfunc should be used, because that
256 writes the data, flushfunc doesn't need to be assigned }
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dtextrec.inc51 flushfunc,
H A Dtext.inc255 { Not the flushfunc but the inoutfunc should be used, because that
256 writes the data, flushfunc doesn't need to be assigned }
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dtextrec.inc51 flushfunc,
H A Dtext.inc255 { Not the flushfunc but the inoutfunc should be used, because that
256 writes the data, flushfunc doesn't need to be assigned }
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dsymbols.h301 FlushSegFunc flushfunc; /* to flush the segment buffer */ member
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dprint-weave.c98 stp_flushfunc *flushfunc; member
1016 stp_flushfunc flushfunc, in stp_initialize_weave() argument
1067 sw->flushfunc = flushfunc; in stp_initialize_weave()
1561 (sw->flushfunc)(v, pass->pass, pass->subpass); in stpi_flush_passes()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dprint-weave.c98 stp_flushfunc *flushfunc; member
1016 stp_flushfunc flushfunc, in stp_initialize_weave() argument
1067 sw->flushfunc = flushfunc; in stp_initialize_weave()
1561 (sw->flushfunc)(v, pass->pass, pass->subpass); in stpi_flush_passes()
/dports/math/gap/gap-4.11.0/lib/
H A Dvariable.g195 local initval, flushfunc, ret;
/dports/math/gap/gap-4.11.0/hpcgap/lib/
H A Dvariable.g229 local initval, flushfunc, ret;
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-console/src/emx/
H A Dcrt.pp718 textrec(f).flushfunc:=@crtinout;
/dports/lang/fpc-rtl-console/fpc-3.2.2/packages/rtl-console/src/emx/
H A Dcrt.pp718 textrec(f).flushfunc:=@crtinout;
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/shootout/src/
H A Dmeteorshower.pp871 textrec(output).flushfunc:=nil;
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Domf.c1540 SymDebSeg[i]->e.seginfo->flushfunc = omf_cv_flushfunc; in omf_write_header_dbgcv()
H A Ddbgcv.c202 #define checkflush( seg, curr, size, param ) seg->e.seginfo->flushfunc( seg, curr, size, param )
H A Dcoff.c1398 cm.SymDeb[i].seg->e.seginfo->flushfunc = coff_flushfunc; in coff_write_module()