Home
last modified time | relevance | path

Searched defs:cmark_isalpha (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/src/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function
/dports/textproc/R-cran-commonmark/commonmark/src/cmark/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cmark/src/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function
/dports/www/kristall/kristall-6b39f244/lib/cmark/src/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/src/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function
/dports/textproc/cmark/cmark-0.30.2/src/
H A Dcmark_ctype.c44 int cmark_isalpha(char c) { return cmark_ctype_class[(uint8_t)c] == 4; } in cmark_isalpha() function