Home
last modified time | relevance | path

Searched refs:symcode (Results 1 – 25 of 4463) sorted by relevance

12345678910>>...179

/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_symbol.c16 char symcode[80]; in PLP_symbol() local
41 symdet( "symbol", symbol, symcode, &radius ); in PLP_symbol()
42 Emark( x, y, symcode, radius ); in PLP_symbol()
H A Ddetails.c178 PL_symdet( parmname, spec, symcode, radius ) in PL_symdet() argument
181 char *symcode; /* new symbol code copied into here */
239 strcpy( symcode, &at[i][6] );
261 else if( strncmp( at[i], "sym", 3 ) == 0 ) { strcpy( symcode, at[i] ); symcodedone = 1; }
274 strcpy( symcode, "img" );
292 symcode[0] = 'o'; /* if doing outline data point, symcode is "oix*" */
299 if( !symcodedone ) sprintf( symcode, "sym%d%c%s", shape, style, fillcolor );
H A Dproc_scatterplot.c39 char buf[512], symcode[80], rhi[40], rlo[40]; in PLP_scatterplot() local
252 strcpy( symcode, "sym6a" ); in PLP_scatterplot()
259 if( symbol != "" ) symdet( "symbol", symbol, symcode, &radius ); in PLP_scatterplot()
338 if( !dorect ) symdet( "symfield", symbol, symcode, &radius ); in PLP_scatterplot()
343 if( !dorect ) symdet( "symfield", symbol, symcode, &radius ); in PLP_scatterplot()
360 for( urad = 0.01; urad < radius; urad += vennden ) Emark( x, y, symcode, urad ); in PLP_scatterplot()
368 if( doing_alt == 1 ) symdet( "altsym", altsym, symcode, &radius ); in PLP_scatterplot()
371 Emark( x, y, symcode, radius ); in PLP_scatterplot()
373 if( doing_alt == 1 ) symdet( "symbol", symbol, symcode, &radius ); /* restore */ in PLP_scatterplot()
396 symdet( "symbol", symbol, symcode, &radius ); in PLP_scatterplot()
H A Dproc_legend.c47 char buf[256], symcode[80], holdstdcolor[COLORLEN], url[MAXURL], color[COLORLEN], format; in PLP_legend() local
223 symdet( "symbol", &Ltext[LEparm1[j]], symcode, &radius ); in PLP_legend()
226 Emark( x-0.17, yy, symcode, radius ); in PLP_legend()
243 symdet( "symbol", &Ltext[LEparm2[j]], symcode, &radius ); in PLP_legend()
244 if( nlinesym == 1 ) Emark( x-((seglen/2.0)+0.1), yy, symcode, radius ); in PLP_legend()
246 Emark( x-(seglen), yy, symcode, radius ); in PLP_legend()
247 Emark( x-0.18, yy, symcode, radius ); in PLP_legend()
254 symdet( "symbol", &Ltext[LEparm3[j]], symcode, &radius ); in PLP_legend()
255 Emark( x-0.17, yy, symcode, radius ); in PLP_legend()
H A Dx11.c886 PLGX_pixpt( x, y, symcode ) in PLGX_pixpt() argument
888 char *symcode;
896 if( symcode[0] == 'o' ) { omode = 1; symcode[0] = 'p'; }
901 if( strncmp( symcode, "pixsquare", 9 )==0 ) {
902 radius = (int) (atof( &symcode[9] ) * x_pixelsinch);
913 else if( strncmp( symcode, "pixcircle", 9 )==0 ) {
914 radius = (int) (atof( &symcode[9] ) * x_pixelsinch);
935 else if( strncmp( symcode, "pixdiamond", 10 )==0 ) {
936 radius = (int) (atof( &symcode[10] ) * x_pixelsinch);
949 else if( strncmp( symcode, "pixtriangle", 11 )==0 ) {
[all …]
H A Dproc_catlines.c25 char buf[256], symcode[40]; in PLP_catlines() local
201 symdet( "dpsymbol", symdet, symcode, &radius ); in PLP_catlines()
226 if( doing_alt == 1 ) symdet( "altsym", altsym, symcode, &radius ); in PLP_catlines()
229 Emark( Eax( xcenter+ofs ), Eay( yval ), symcode, radius ); in PLP_catlines()
231 if( doing_alt == 1 ) symdet( "symbol", symdet, symcode, &radius ); /* restore */ in PLP_catlines()
H A Dgrgd.c732 PLGG_pixpt( x, y, symcode ) in PLGG_pixpt() argument
734 char *symcode;
742 if( symcode[0] == 'o' ) { omode = 1; symcode[0] = 'p'; }
747 if( strncmp( symcode, "pixsquare", 9 )==0 ) {
748 radius = (int) (atof( &symcode[9] ) * Gpixelsinch);
759 else if( strncmp( symcode, "pixcircle", 9 )==0 ) {
760 radius = (int) (atof( &symcode[9] ) * Gpixelsinch);
781 else if( strncmp( symcode, "pixdiamond", 10 )==0 ) {
782 radius = (int) (atof( &symcode[10] ) * Gpixelsinch);
795 else if( strncmp( symcode, "pixtriangle", 11 )==0 ) {
[all …]
H A Dproc_tree.c37 char symcode[80]; in PLP_tree() local
283 symdet( "symbol", symbol, symcode, &radius ); in PLP_tree()
288 Emark( x, y, symcode, radius ); in PLP_tree()
307 symdet( "root", rootsym, symcode, &radius ); in PLP_tree()
309 Emark( Eax( xval[i] ), Eay( EDYhi-((double)tagcount/2.0) ), symcode, radius ); in PLP_tree()
/dports/math/ploticus/pl240src/src/
H A Dproc_symbol.c16 char symcode[80]; in PLP_symbol() local
41 symdet( "symbol", symbol, symcode, &radius ); in PLP_symbol()
42 Emark( x, y, symcode, radius ); in PLP_symbol()
H A Ddetails.c178 PL_symdet( parmname, spec, symcode, radius ) in PL_symdet() argument
181 char *symcode; /* new symbol code copied into here */
239 strcpy( symcode, &at[i][6] );
261 else if( strncmp( at[i], "sym", 3 ) == 0 ) { strcpy( symcode, at[i] ); symcodedone = 1; }
274 strcpy( symcode, "img" );
292 symcode[0] = 'o'; /* if doing outline data point, symcode is "oix*" */
299 if( !symcodedone ) sprintf( symcode, "sym%d%c%s", shape, style, fillcolor );
H A Dproc_scatterplot.c39 char buf[512], symcode[80], rhi[40], rlo[40];
252 strcpy( symcode, "sym6a" );
259 if( symbol != "" ) symdet( "symbol", symbol, symcode, &radius );
338 if( !dorect ) symdet( "symfield", symbol, symcode, &radius );
343 if( !dorect ) symdet( "symfield", symbol, symcode, &radius );
360 for( urad = 0.01; urad < radius; urad += vennden ) Emark( x, y, symcode, urad );
368 if( doing_alt == 1 ) symdet( "altsym", altsym, symcode, &radius );
371 Emark( x, y, symcode, radius );
373 if( doing_alt == 1 ) symdet( "symbol", symbol, symcode, &radius ); /* restore */
396 symdet( "symbol", symbol, symcode, &radius );
H A Dproc_legend.c47 char buf[256], symcode[80], holdstdcolor[COLORLEN], url[MAXURL], color[COLORLEN], format; in PLP_legend() local
223 symdet( "symbol", &Ltext[LEparm1[j]], symcode, &radius ); in PLP_legend()
226 Emark( x-0.17, yy, symcode, radius ); in PLP_legend()
243 symdet( "symbol", &Ltext[LEparm2[j]], symcode, &radius ); in PLP_legend()
244 if( nlinesym == 1 ) Emark( x-((seglen/2.0)+0.1), yy, symcode, radius ); in PLP_legend()
246 Emark( x-(seglen), yy, symcode, radius ); in PLP_legend()
247 Emark( x-0.18, yy, symcode, radius ); in PLP_legend()
254 symdet( "symbol", &Ltext[LEparm3[j]], symcode, &radius ); in PLP_legend()
255 Emark( x-0.17, yy, symcode, radius ); in PLP_legend()
H A Dx11.c886 PLGX_pixpt( x, y, symcode ) in PLGX_pixpt() argument
888 char *symcode;
896 if( symcode[0] == 'o' ) { omode = 1; symcode[0] = 'p'; }
901 if( strncmp( symcode, "pixsquare", 9 )==0 ) {
902 radius = (int) (atof( &symcode[9] ) * x_pixelsinch);
913 else if( strncmp( symcode, "pixcircle", 9 )==0 ) {
914 radius = (int) (atof( &symcode[9] ) * x_pixelsinch);
935 else if( strncmp( symcode, "pixdiamond", 10 )==0 ) {
936 radius = (int) (atof( &symcode[10] ) * x_pixelsinch);
949 else if( strncmp( symcode, "pixtriangle", 11 )==0 ) {
[all …]
H A Dproc_catlines.c25 char buf[256], symcode[40]; in PLP_catlines() local
201 symdet( "dpsymbol", symdet, symcode, &radius ); in PLP_catlines()
226 if( doing_alt == 1 ) symdet( "altsym", altsym, symcode, &radius ); in PLP_catlines()
229 Emark( Eax( xcenter+ofs ), Eay( yval ), symcode, radius ); in PLP_catlines()
231 if( doing_alt == 1 ) symdet( "symbol", symdet, symcode, &radius ); /* restore */ in PLP_catlines()
H A Dgrgd.c732 PLGG_pixpt( x, y, symcode ) in PLGG_pixpt() argument
734 char *symcode;
742 if( symcode[0] == 'o' ) { omode = 1; symcode[0] = 'p'; }
747 if( strncmp( symcode, "pixsquare", 9 )==0 ) {
748 radius = (int) (atof( &symcode[9] ) * Gpixelsinch);
759 else if( strncmp( symcode, "pixcircle", 9 )==0 ) {
760 radius = (int) (atof( &symcode[9] ) * Gpixelsinch);
781 else if( strncmp( symcode, "pixdiamond", 10 )==0 ) {
782 radius = (int) (atof( &symcode[10] ) * Gpixelsinch);
795 else if( strncmp( symcode, "pixtriangle", 11 )==0 ) {
[all …]
H A Dproc_tree.c37 char symcode[80]; in PLP_tree() local
283 symdet( "symbol", symbol, symcode, &radius ); in PLP_tree()
288 Emark( x, y, symcode, radius ); in PLP_tree()
307 symdet( "root", rootsym, symcode, &radius ); in PLP_tree()
309 Emark( Eax( xval[i] ), Eay( EDYhi-((double)tagcount/2.0) ), symcode, radius ); in PLP_tree()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/
H A DResultStatus.pm343 my ($self,$symcode)=@_;
344 return unless (defined $symcode && length $symcode && exists $EPP_CODES{$symcode});
345 return ($self->code()==$EPP_CODES{$symcode})? 1 : 0;
/dports/www/dillo2/dillo-3.0.5/src/
H A Dkeys.cc312 KeysCommand_t symcode; in parseKey() local
318 if ((symcode = getCmdCode(commandName)) == KEYS_INVALID) { in parseKey()
359 if (symcode != KEYS_NOP) { in parseKey()
362 node->cmd = symcode; in parseKey()
/dports/science/afni/afni-AFNI_21.3.16/src/jpeg-6b/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/news/husky/husky-1.9.20191207/kfe/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/news/husky-areafix/husky-areafix-1.9.20191207/kfe/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/kfe/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/games/edge/Edge-1.35-source/lib_win32/jpeg-6b/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/news/husky-hpt/husky-hpt-1.9.20191207/kfe/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/kfe/
H A Dltconfig926 symcode='[BCDEGRSTU]'
937 symcode='[BCDTU]'
941 symcode='[BCDEGRST]'
944 symcode='[BDTU]'
950 symcode='[ABCDGISTUW]'
954 global_symbol_pipe="sed -n -e 's/^.* $symcode $sympat$/$symxfrm/p'"

12345678910>>...179