Home
last modified time | relevance | path

Searched refs:class_digit (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilLexAna.c164 #define class_digit 6 /* 0..9 */ macro
888 /* 30 */ class_digit, class_digit, class_digit, class_digit,
889 /* 34 */ class_digit, class_digit, class_digit, class_digit,
890 /* 38 */ class_digit, class_digit, class_punc, class_punc,
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dtr.c31 class_alpha, class_alnum, class_digit, enumerator
163 if ((j == class_alnum) || (j == class_digit) || (j == class_xdigit)) { in expand_set()
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/actions/
H A Dclass.inc.hpp5 …typename... Ts, typename Parameters> static constexpr auto apply(pcre::class_digit, ctll::term<V>,… in apply() argument
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dpcre.hpp54 struct class_digit: ctll::action {}; struct
163 static constexpr auto rule(backslash, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
274 static constexpr auto rule(e, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
298 static constexpr auto rule(f, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
H A Dpcre.gram137 backslash_set->d,[class_digit]|D,[class_nondigit]
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/
H A Dctre.hpp941 struct class_digit: ctll::action {}; struct
1050 static constexpr auto rule(backslash, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
1161 static constexpr auto rule(e, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
1185 static constexpr auto rule(f, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
2014 …typename... Ts, typename Parameters> static constexpr auto apply(pcre::class_digit, ctll::term<V>,… in apply()
H A Dctre-unicode.hpp944 struct class_digit: ctll::action {}; struct
1053 static constexpr auto rule(backslash, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
1164 static constexpr auto rule(e, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
1188 static constexpr auto rule(f, ctll::term<'d'>) -> ctll::push<ctll::anything, class_digit>;
2017 …typename... Ts, typename Parameters> static constexpr auto apply(pcre::class_digit, ctll::term<V>,… in apply()