Home
last modified time | relevance | path

Searched refs:plxormod (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx20.py110 st = w.plxormod(1)
116 st = w.plxormod(0)
118 st = w.plxormod(1)
154 st = w.plxormod(0) # Leave xor mode
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx20.py110 st = w.plxormod(1)
116 st = w.plxormod(0)
118 st = w.plxormod(1)
154 st = w.plxormod(0) # Leave xor mode
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional20a.adb126 plxormod(True, st); -- Enter xor mode to draw a selection rectangle.
130 plxormod(False, st);
132 plxormod(True, st);
180 plxormod(False, st); -- Leave xor mod.
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional20a.adb126 plxormod(True, st); -- Enter xor mode to draw a selection rectangle.
130 plxormod(False, st);
132 plxormod(True, st);
180 plxormod(False, st); -- Leave xor mod.
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx20c.c406 plxormod( 1, &st ); // enter xor mode to draw a selection rectangle
414 plxormod( 0, &st );
416 plxormod( 1, &st );
451 plxormod( 0, &st ); // leave xor mod
H A Dx01c.c311 plxormod( 1, &st ); // enter xor mode in plot1()
321 plxormod( 0, &st ); // leave xor mode in plot1()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx20c.c406 plxormod( 1, &st ); // enter xor mode to draw a selection rectangle
414 plxormod( 0, &st );
416 plxormod( 1, &st );
451 plxormod( 0, &st ); // leave xor mod
H A Dx01c.c311 plxormod( 1, &st ); // enter xor mode in plot1()
321 plxormod( 0, &st ); // leave xor mode in plot1()
/dports/math/plplot-ada/plplot-5.15.0/examples/tcl/
H A Dx20.tcl393 $w cmd plxormod 1 st
400 $w cmd plxormod 0 st
402 $w cmd plxormod 1 st
450 $w cmd plxormod 0 st
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dx20.tcl393 $w cmd plxormod 1 st
400 $w cmd plxormod 0 st
402 $w cmd plxormod 1 st
450 $w cmd plxormod 0 st
/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Dcomet.m68 plxormod(1);
89 plxormod(0);
H A Dplrb.m34 hasxor = plxormod(1);
68 plxormod(0);
H A Dpldef.m44 ## Fails with comet()!! (plplot plxormod() function)
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Dcomet.m68 plxormod(1);
89 plxormod(0);
H A Dplrb.m34 hasxor = plxormod(1);
68 plxormod(0);
H A Dpldef.m44 ## Fails with comet()!! (plplot plxormod() function)
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx20c.m233 st = plxormod(1); ## enter xor mode to draw a selection rectangle
242 st = plxormod(0);
244 st = plxormod(1);
281 st = plxormod(0); ## leave xor mod
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx20c.m233 st = plxormod(1); ## enter xor mode to draw a selection rectangle
242 st = plxormod(0);
244 st = plxormod(1);
281 st = plxormod(0); ## leave xor mod
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx20f.f90631 call plxormod(.true., st)
637 call plxormod(.false., st)
639 call plxormod(.true., st)
686 call plxormod(.false., st)
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx20f.f90631 call plxormod(.true., st)
637 call plxormod(.false., st)
639 call plxormod(.true., st)
686 call plxormod(.false., st)
/dports/math/plplot-ada/plplot-5.15.0/doc/docbook/src/
H A DMAN-MANIFEST174 plxormod.3plplot
/dports/math/plplot/plplot-5.15.0/doc/docbook/src/
H A DMAN-MANIFEST174 plxormod.3plplot
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A DPLWin.itk611 method plxormod {args} {
612 eval $plwin cmd plxormod $args
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A DPLWin.itk611 method plxormod {args} {
612 eval $plwin cmd plxormod $args
/dports/math/plplot/plplot-5.15.0/bindings/swig-support/
H A Dswig_documentation.i7711 plxormod;

123