Home
last modified time | relevance | path

Searched refs:nosombrero (Results 1 – 22 of 22) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx20.cc49 static int nosombrero; member in x20
59 int x20:: nosombrero = 0; member in x20
83 &nosombrero,
181 if ( !nosombrero ) in x20()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx20.cc49 static int nosombrero; member in x20
59 int x20:: nosombrero = 0; member in x20
83 &nosombrero,
181 if ( !nosombrero ) in x20()
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx20c.c18 int nosombrero = 0;
42 &nosombrero, in mapform19()
153 if ( !nosombrero )
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx20c.c18 int nosombrero = 0;
42 &nosombrero, in mapform19()
153 if ( !nosombrero )
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx20.lua12 nosombrero = 0
154 if nosombrero==0 then
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx20.lua12 nosombrero = 0
154 if nosombrero==0 then
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx20d.d12 int nosombrero = 0; variable
81 if ( !nosombrero ) in main()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx20d.d12 int nosombrero = 0; variable
81 if ( !nosombrero ) in main()
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx20.py32 nosombrero = 0 variable
203 if (not nosombrero):
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx20.py32 nosombrero = 0 variable
203 if (not nosombrero):
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxstandard20a.adb45 nosombrero : Integer := 0; variable
281 if nosombrero = 0 then
H A Dxtraditional20a.adb45 nosombrero : Integer := 0; variable
281 if nosombrero = 0 then
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxstandard20a.adb45 nosombrero : Integer := 0; variable
281 if nosombrero = 0 then
H A Dxtraditional20a.adb45 nosombrero : Integer := 0; variable
281 if nosombrero = 0 then
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx20f.f90111 logical nosombrero
144 nosombrero = .false.
183 if (.not. nosombrero) then
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx20f.f90111 logical nosombrero variable
144 nosombrero = .false.
183 if (.not. nosombrero) then
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx20.java45 static boolean nosombrero = false;
147 if ( !nosombrero )
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx20.java45 static boolean nosombrero = false; field in x20
147 if ( !nosombrero ) in x20()
/dports/math/plplot-ada/plplot-5.15.0/examples/tcl/
H A Dx20.tcl86 set nosombrero 0
126 if { ! $nosombrero } {
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dx20.tcl86 set nosombrero 0
126 if { ! $nosombrero } {
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx20c.m8 ##nosombrero = 0;
44 if (!exist("nosombrero","var"))
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx20c.m8 ##nosombrero = 0;
44 if (!exist("nosombrero","var"))