Home
last modified time | relevance | path

Searched refs:featurep (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-mode.el67 ((and (string-lessp "19" emacs-version) (featurep 'faces))
85 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
694 ,@(if (featurep 'xemacs) '(t)
699 ,@(if (featurep 'xemacs) '(t)
702 ,@(if (featurep 'xemacs) '(t)
705 ,@(if (featurep 'xemacs) '(t)
708 ,@(if (featurep 'xemacs) '(t)
711 ,@(if (featurep 'xemacs) '(t)
714 ,@(if (featurep 'xemacs) '(t)
719 ,@(if (featurep 'xemacs) '(t)
[all …]
H A Dpo-compat.el48 ((and (string-lessp "19" emacs-version) (featurep 'faces))
/netbsd-src/external/gpl2/xcvs/dist/
H A Dcvs-format.el117 (if (and (fboundp 'featurep)
118 (featurep 'cc-styles)
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c4120 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_check() local
4122 if (!spa_feature_is_active(spa, *featurep)) in zfs_prop_activate_feature_check()
4136 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_sync() local
4138 spa_feature_incr(spa, *featurep, tx); in zfs_prop_activate_feature_sync()