Searched refs:bool2 (Results 1 – 2 of 2) sorted by relevance
160 Boolean bool2 = (Boolean)data.getValueAt(row2, column); in compareRowsByColumn() local161 boolean b2 = bool2.booleanValue(); in compareRowsByColumn()
126 typeset bool1 bool2 bool3 bool4133 bool1=1; bool2=1; bool3=1; bool4=1146 bool2=$?148 if [[ $bool1 -eq 0 || $bool2 -eq 0 ]]; then