Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ts.c453 static int *lsepx = NULL ; variable
461 if( ls != NULL ) *ls = lsepx ; in plot_ts_fetch_sepx()
467 if( lsepx != NULL ) free(lsepx) ; in plot_ts_clear_sepx()
473 nsepx = 0 ; sepx = NULL ; lsepx = NULL ; return ; in plot_ts_clear_sepx()
481 lsepx = (int * )realloc( lsepx , sizeof(int) *(nsepx+1) ) ; in plot_ts_add_sepx()
484 lsepx[nsepx] = lx ; in plot_ts_add_sepx()
493 if( nsepx <= 0 || lsepx == NULL || sepx == NULL ) return ; in plot_ts_sepx_getstats()
497 for( ii=0 ; ii < lsepx[ss] ; ii++ ){ in plot_ts_sepx_getstats()
871 xx = sepx[qq] ; ixtop = lsepx[qq] ; if( ixtop > nx ) ixtop = nx ; in plot_ts_mem()
1041 xx = sepx[qq] ; ixtop = lsepx[qq] ; if( ixtop > nx ) ixtop = nx ; in plot_ts_mem()