Searched refs:negate (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c250 int negate; local
252 negate = 0;
255 negate = !negate;
278 if (negate) {
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c469 int negate; member in struct:neg
549 if (class && neg->negate) {
592 neg.negate = *s == '^';
593 if (neg.negate)
600 if (neg.negate) {
601 /* Sort the array if we need to negate it. */
630 if (neg.negate) {

Completed in 85 milliseconds