Lines Matching defs:unset
899 uint32_t length = 0xffffffffu; /* Unset */
3222 uint32_t set, unset, *optset;
3494 set = unset = 0;
3503 case CHAR_MINUS: optset = &unset; break;
3525 options = (options | set) & (~unset);
3920 matches a non-fixed first unit; reqcu just remains unset if we never find one.
5731 /* If the minimum is zero, mark it as possessive, then unset the
6075 uint32_t set, unset, *optset;
6923 set = unset = 0;
6930 case CHAR_MINUS: optset = &unset; break;
6951 newoptions = (options | set) & (~unset);
7011 group whose condition is an assertion, cb->iscondassert is set. We unset it
7273 unset variables caused by the jump to HANDLE_NUMERICAL_RECURSION. In
8333 uint32_t limit_match = UINT32_MAX; /* Unset match limits */
8336 int newline = 0; /* Unset; can be set by the pattern */
8337 int bsr = 0; /* Unset; can be set by the pattern */