Home
last modified time | relevance | path

Searched refs:gout0 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/grads/grads-1.9b4/src/
H A Dgrads.c386 gcmn.gout0 = 0;
H A Dgrads.h259 int gout0; /* Graphics output type for stat. */ member
H A Dgauser.c4319 pcm->gout0 = 9; in gaset()
4346 else if ( cmpwrd("stat",cmd)) pcm->gout0 = 1; in gaset()
4347 else if ( cmpwrd("print",cmd)) pcm->gout0 = 2; in gaset()
4348 else if ( cmpwrd("writegds",cmd)) pcm->gout0 = 3; in gaset()
4352 if (pcm->gout0==9) pcm->gout0 = 0; in gaset()
H A Dgagx.c90 if (pcm->gout0==1) { in gaplot()
92 } else if (pcm->gout0==2) { in gaplot()
94 } else if (pcm->gout0==3) { in gaplot()