Searched refs:any_set (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ksh.c797 int any_set = 0; local
804 any_set = 1;
816 if (!any_set && !(vp->flag & USERATTRIB))
825 if ((vp->flag&ARRAY) && any_set && !(vp->flag & ISSET))
861 if ((vp->flag&ARRAY) && any_set)
881 if (!any_set)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-sra.c953 bool any_set = false;
962 any_set = true;
966 return any_set;
949 bool any_set = false; local
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3606 bitset_word any_set = 0;
3615 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3619 any_set |= (accepts[j] &= dfa->word_char[j]);
3620 if (!any_set)
3625 bitset_word any_set = 0;
3634 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3638 any_set |= (accepts[j] &= ~dfa->word_char[j]);
3639 if (!any_set)
3602 bitset_word any_set = 0; local
3621 bitset_word any_set = 0; local

Completed in 193 milliseconds