Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_plugin.h163 #define PLUGIN_LABEL_SIZE 32 /* for buttons and menus */ macro
194 if( ll >= PLUGIN_LABEL_SIZE ) ll = PLUGIN_LABEL_SIZE - 1 ; \
196 for( ; ii < PLUGIN_LABEL_SIZE - 1 ; ii++ ) (plab)[ii] = ' ' ; \
197 plab[PLUGIN_LABEL_SIZE - 1] = '\0' ; } while(0)
210 char label[PLUGIN_LABEL_SIZE] ; /* label for AFNI to display */
236 char label[PLUGIN_LABEL_SIZE] ; /* label for AFNI to display */
337 char label[PLUGIN_LABEL_SIZE] ; /* for a button */
358 char run_label [PLUGIN_LABEL_SIZE] ; /* 04 Nov 2003 */
359 char doit_label[PLUGIN_LABEL_SIZE] ;
H A Dafni_plugin.c580 MCW_strncpy( plint->label , label , PLUGIN_LABEL_SIZE ) ; in new_PLUGIN_interface_1999()
660 if( rlab != NULL ) MCW_strncpy( plint->run_label , rlab, PLUGIN_LABEL_SIZE ); in PLUTO_set_runlabels()
661 if( dlab != NULL ) MCW_strncpy( plint->doit_label, dlab, PLUGIN_LABEL_SIZE ); in PLUTO_set_runlabels()