Searched refs:is_true (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dlicense.c187 int need_parenthesis, is_true = 0; local
208 is_true = 0;
211 is_true = 1;
224 is_true = 1;
226 is_true = 0;
245 return is_true;
253 return is_true;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h65 i.e., the OR options, can be negated by setting the is_true field
88 bfd_boolean is_true; member in struct:req_or_option_list
H A Dxtensa-relax.c1319 new_req_or_option->is_true = req_or_option->is_true;
1366 bfd_boolean is_true = TRUE;
1373 is_true = FALSE;
1380 req->is_true = is_true;
1560 if ((option_available ^ req_or_option->is_true) != 0)
1568 if ((nop_available ^ req_or_option->is_true) != 0)
1364 bfd_boolean is_true = TRUE; local
H A Dtc-xtensa.c2933 if (l_or_a->is_true != l_or_b->is_true)

Completed in 113 milliseconds