Lines Matching refs:negate
733 int negate; member
748 int negate, first_negate = 1; in compile_fs_type() local
766 cmp->negate = 0; in compile_fs_type()
775 negate = 0; in compile_fs_type()
778 negate = 1; in compile_fs_type()
781 negate = 1; in compile_fs_type()
789 cmp->type[num] = negate ? FS_TYPE_NEGOPT : FS_TYPE_OPT; in compile_fs_type()
792 cmp->negate = negate; in compile_fs_type()
795 if ((negate && !cmp->negate) || in compile_fs_type()
796 (!negate && cmp->negate)) { in compile_fs_type()
863 return (cmp->negate ? !ret : ret); in fs_match()