Home
last modified time | relevance | path

Searched refs:req_ncats (Results 1 – 2 of 2) sorted by relevance

/dports/math/ploticus/pl240src/src/
H A Dcats.c24 static int req_ncats[2] = { MAXNCATS, MAXNCATS }; /* size of category lists */ variable
50 req_ncats[0] = MAXNCATS; req_ncats[1] = MAXNCATS; in PL_catfree()
81 cats[axi] = (char **) malloc( req_ncats[axi] * sizeof( char *) );
82 …if( PLS.debug ) fprintf( PLS.diagfp, "categories in %c: list of size=%d malloced\n", ax, req_ncats
140 if( ncats[ axi ] >= req_ncats[ axi ] )
216 cats[axi] = (char **) malloc( req_ncats[axi] * sizeof( char *) );
344 req_ncats[axi] = parm;
/dports/math/ploticus-nox11/pl240src/src/
H A Dcats.c24 static int req_ncats[2] = { MAXNCATS, MAXNCATS }; /* size of category lists */ variable
50 req_ncats[0] = MAXNCATS; req_ncats[1] = MAXNCATS; in PL_catfree()
81 cats[axi] = (char **) malloc( req_ncats[axi] * sizeof( char *) );
82 …if( PLS.debug ) fprintf( PLS.diagfp, "categories in %c: list of size=%d malloced\n", ax, req_ncats
140 if( ncats[ axi ] >= req_ncats[ axi ] )
216 cats[axi] = (char **) malloc( req_ncats[axi] * sizeof( char *) );
344 req_ncats[axi] = parm;