Home
last modified time | relevance | path

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

/dports/dns/dhisd/dhisd-5.5/
H A Dnetwork.c528 if(dbp->atype!=AQRC || dbp->xstage==0) { in net_do_dgram()
548 if(dbp->xstage) mpz_clear(dbp->x); in net_do_dgram()
549 dbp->xstage=0; in net_do_dgram()
559 dbp->xstage=0; in net_do_dgram()
625 if(dbp->xstage==1) { dbp->xstage=0; mpz_clear(dbp->x);} in net_do_dgram()
627 dbp->xstage=1; in net_do_dgram()
785 if(dbp->xstage) mpz_clear(dbp->x); in net_do_dgram()
786 dbp->xstage=0; in net_do_dgram()
797 dbp->xstage=0; in net_do_dgram()
892 if(dbp->xstage==1) { dbp->xstage=0; mpz_clear(dbp->x);} in net_do_dgram()
[all …]
H A Dddb.h47 int xstage; member
/dports/security/nmap/nmap-7.91/macosx/
H A DMakefile152 xstage-nmap: export-$(NMAP_BUILD_DIR)
159 xstage-ncat: export-$(NCAT_BUILD_DIR)
165 xstage-nping: export-$(NPING_BUILD_DIR)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/include/
H A DitkMRCHeaderObject.h182 float xstage; /**< Stage x position (unit=m, huh if > 1) */ member
/dports/games/xdeblock/xdeblo_v1.0/
H A Dgameheader.h178 typedef struct xstage struct
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dcompositor.c345 Window xstage = clutter_x11_get_stage_window (CLUTTER_STAGE (compositor->stage)); in do_set_stage_input_region() local
347 XFixesSetWindowShapeRegion (xdpy, xstage, ShapeInput, 0, 0, region); in do_set_stage_input_region()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/src/
H A DitkMRCHeaderObject.cxx411 << this->m_ExtendedFeiHeader[z].xstage << ", " in PrintSelf()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/
H A DError.pm255 my ($xstage, $short, $start) = @{ pop(@spinnerstack) };