Home
last modified time | relevance | path

Searched refs:plopt (Results 1 – 3 of 3) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/examples/tcl/
H A Dplot.tcl262 if {[info exists plopt(xlab)]} {set xlab $plopt(xlab)}
263 if {[info exists plopt(ylab)]} {set ylab $plopt(ylab)}
264 if {[info exists plopt(xopt)]} {set xopt $plopt(xopt)}
265 if {[info exists plopt(yopt)]} {set yopt $plopt(yopt)}
266 if {[info exists plopt(lsty)]} {set lsty $plopt(lsty)}
267 if {[info exists plopt(poin)]} {set poin $plopt(poin)}
268 if {[info exists plopt(xmin)]} {set xmin $plopt(xmin)}
269 if {[info exists plopt(xmax)]} {set xmax $plopt(xmax)}
270 if {[info exists plopt(ymin)]} {set ymin $plopt(ymin)}
271 if {[info exists plopt(ymax)]} {set ymax $plopt(ymax)}
[all …]
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dplot.tcl262 if {[info exists plopt(xlab)]} {set xlab $plopt(xlab)}
263 if {[info exists plopt(ylab)]} {set ylab $plopt(ylab)}
264 if {[info exists plopt(xopt)]} {set xopt $plopt(xopt)}
265 if {[info exists plopt(yopt)]} {set yopt $plopt(yopt)}
266 if {[info exists plopt(lsty)]} {set lsty $plopt(lsty)}
267 if {[info exists plopt(poin)]} {set poin $plopt(poin)}
268 if {[info exists plopt(xmin)]} {set xmin $plopt(xmin)}
269 if {[info exists plopt(xmax)]} {set xmax $plopt(xmax)}
270 if {[info exists plopt(ymin)]} {set ymin $plopt(ymin)}
271 if {[info exists plopt(ymax)]} {set ymax $plopt(ymax)}
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DOptionParser.cc86 void putOptions(struct option* longOpts, int* plopt, InputIterator first, in putOptions() argument
116 (*longOpts).flag = plopt; in putOptions()