Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dimseq.c9773 #define NUM_MONT_ACT 4 macro
9775 static MCW_action_item MONT_act[NUM_MONT_ACT] = {
9990 for( ib=0 ; ib < NUM_MONT_ACT ; ib++ ) in ISQ_montage_CB()
9993 (void) MCW_action_area( wrc , MONT_act , NUM_MONT_ACT ) ; in ISQ_montage_CB()
10018 for( ib=0 ; ib < NUM_MONT_ACT ; ib++ ) /* button index, if any */ in ISQ_montage_action_CB()
10021 close_window = (ib == MONT_DONE || ib == MONT_QUIT || ib == NUM_MONT_ACT) ; in ISQ_montage_action_CB()